mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
pg_upgrade: Add missing newline in error message
Minor oversight in 347758b120
This commit is contained in:
parent
07da2985d6
commit
5aba3e637d
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,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…
Reference in a new issue