mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
pg_dump: Add missing newline to error message
This commit is contained in:
@ -2698,7 +2698,7 @@ ReadToc(ArchiveHandle *AH)
|
|||||||
te->owner = ReadStr(AH);
|
te->owner = ReadStr(AH);
|
||||||
if (AH->version < K_VERS_1_9 || strcmp(ReadStr(AH), "true") == 0)
|
if (AH->version < K_VERS_1_9 || strcmp(ReadStr(AH), "true") == 0)
|
||||||
write_msg(modulename,
|
write_msg(modulename,
|
||||||
"WARNING: restoring tables WITH OIDS is not supported anymore");
|
"WARNING: restoring tables WITH OIDS is not supported anymore\n");
|
||||||
|
|
||||||
/* Read TOC entry dependencies */
|
/* Read TOC entry dependencies */
|
||||||
if (AH->version >= K_VERS_1_5)
|
if (AH->version >= K_VERS_1_5)
|
||||||
|
Reference in New Issue
Block a user