pg_dump: Add missing newline to error message

This commit is contained in:
Peter Eisentraut 2018-12-27 10:03:05 +01:00
parent b450abd255
commit 5c82830797
1 changed files with 1 additions and 1 deletions

View File

@ -2698,7 +2698,7 @@ ReadToc(ArchiveHandle *AH)
te->owner = ReadStr(AH);
if (AH->version < K_VERS_1_9 || strcmp(ReadStr(AH), "true") == 0)
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 */
if (AH->version >= K_VERS_1_5)