8000 pg_upgrade: Add missing newline in error message · sthagen/postgres-postgres@90a85fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 90a85fc

Browse files
author
Álvaro Herrera
committed
pg_upgrade: Add missing newline in error message
Minor oversight in 347758b
1 parent f295494 commit 90a85fc

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

0 commit comments

Comments
 (0)
0