8000 pg_upgrade: Add missing newline in error message · postgres/postgres@5aba3e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aba3e6

Browse files
author
Álvaro Herrera
committed
pg_upgrade: Add missing newline in error message
Minor oversight in 347758b
1 parent 07da298 commit 5aba3e6

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
@@ -420,7 +420,7 @@ process_data_type_check(DbInfo *dbinfo, PGresult *res, void *arg)
420420
if (!state->result)
421421
{
422422
pg_log(PG_REPORT, "failed check: %s", _(state->check->status));
423-
appendPQExpBuffer(*state->report, "\n%s\n%s %s\n",
423+
appendPQExpBuffer(*state->report, "\n%s\n%s\n %s\n",
424424
_(state->check->report_text),
425425
_("A list of the problem columns is in the file:"),
426426
output_path);

0 commit comments

Comments
 (0)
0