pg_dump: Fix newline in error message
The newline was incorrectly dropped in 5a191f697400560fa8f2cc11817072bf9055de73.
This commit is contained in:
parent
18138066ff
commit
dbe43a4746
@ -15276,7 +15276,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo)
|
||||
{
|
||||
/* With partitions there can only be one parent */
|
||||
if (tbinfo->numParents != 1)
|
||||
exit_horribly(NULL, "invalid number of parents %d for table \"%s\"",
|
||||
exit_horribly(NULL, "invalid number of parents %d for table \"%s\"\n",
|
||||
tbinfo->numParents, tbinfo->dobj.name);
|
||||
|
||||
/* Perform ALTER TABLE on the parent */
|
||||
|
Loading…
x
Reference in New Issue
Block a user