mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 15:47:01 -04:00
pg_upgrade: Add missing newline in output
This came from the backport of commitf295494d33, but older branches require the explicit newline in messages (see commit7652353d87).
This commit is contained in:
parent
186bc0dfdc
commit
22d7833505
1 changed files with 1 additions and 1 deletions
|
|
@ -1302,7 +1302,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
|
|||
if (script)
|
||||
{
|
||||
fclose(script);
|
||||
pg_log(PG_REPORT, "fatal");
|
||||
pg_log(PG_REPORT, "fatal\n");
|
||||
pg_fatal("Your installation contains inconsistent NOT NULL constraints.\n"
|
||||
"If the parent column(s) are NOT NULL, then the child column must\n"
|
||||
"also be marked NOT NULL, or the upgrade will fail.\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue