diff --git a/src/bin/pg_upgrade/check.c b/src/bin/pg_upgrade/check.c index 37d2394c11f..1cf84cc1bb5 100644 --- a/src/bin/pg_upgrade/check.c +++ b/src/bin/pg_upgrade/check.c @@ -477,7 +477,7 @@ check_for_data_types_usage(ClusterInfo *cluster, DataTypesUsageChecks *checks) */ if (!results[checknum]) { - pg_log(PG_REPORT, " failed check: %s", _(cur_check->status)); + pg_log(PG_REPORT, "failed check: %s", _(cur_check->status)); appendPQExpBuffer(&report, "\n%s\n%s %s\n", _(cur_check->report_text), _("A list of the problem columns is in the file:"),