mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 00:03:39 -04:00
pg_upgrade: Add missing newline in error message
Minor oversight in 347758b12063
This commit is contained in:
parent
f295494d33
commit
90a85fce5e
@ -421,7 +421,7 @@ process_data_type_check(DbInfo *dbinfo, PGresult *res, void *arg)
|
||||
if (!state->result)
|
||||
{
|
||||
pg_log(PG_REPORT, "failed check: %s", _(state->check->status));
|
||||
appendPQExpBuffer(*state->report, "\n%s\n%s %s\n",
|
||||
appendPQExpBuffer(*state->report, "\n%s\n%s\n %s\n",
|
||||
_(state->check->report_text),
|
||||
_("A list of the problem columns is in the file:"),
|
||||
output_path);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user