Skip to content

Commit 0807a46

Browse files
author
Álvaro Herrera
committed
pg_upgrade: Add missing newline in error message
Minor oversight in 347758b
1 parent b8b2e60 commit 0807a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ check_for_data_types_usage(ClusterInfo *cluster, DataTypesUsageChecks *checks)
479479
if (!results[checknum])
480480
{
481481
pg_log(PG_REPORT, "failed check: %s", _(cur_check->status));
482-
appendPQExpBuffer(&report, "\n%s\n%s %s\n",
482+
appendPQExpBuffer(&report, "\n%s\n%s\n %s\n",
483483
_(cur_check->report_text),
484484
_("A list of the problem columns is in the file:"),
485485
output_path);

0 commit comments

Comments
 (0)