mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03: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:
@@ -1275,7 +1275,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
|
|||||||
if (script)
|
if (script)
|
||||||
{
|
{
|
||||||
fclose(script);
|
fclose(script);
|
||||||
pg_log(PG_REPORT, "fatal");
|
pg_log(PG_REPORT, "fatal\n");
|
||||||
pg_fatal("Your installation contains inconsistent NOT NULL constraints.\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"
|
"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"
|
"also be marked NOT NULL, or the upgrade will fail.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user