mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
pg_upgrade: Add missing newline in error message
Minor oversight in 347758b120
This commit is contained in:
parent
b8b2e60527
commit
0807a4656e
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ check_for_data_types_usage(ClusterInfo *cluster, DataTypesUsageChecks *checks)
|
|||
if (!results[checknum])
|
||||
{
|
||||
pg_log(PG_REPORT, "failed check: %s", _(cur_check->status));
|
||||
appendPQExpBuffer(&report, "\n%s\n%s %s\n",
|
||||
appendPQExpBuffer(&report, "\n%s\n%s\n %s\n",
|
||||
_(cur_check->report_text),
|
||||
_("A list of the problem columns is in the file:"),
|
||||
output_path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue