We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b450abd commit 5c82830Copy full SHA for 5c82830
src/bin/pg_dump/pg_backup_archiver.c
@@ -2698,7 +2698,7 @@ ReadToc(ArchiveHandle *AH)
2698
te->owner = ReadStr(AH);
2699
if (AH->version < K_VERS_1_9 || strcmp(ReadStr(AH), "true") == 0)
2700
write_msg(modulename,
2701
- "WARNING: restoring tables WITH OIDS is not supported anymore");
+ "WARNING: restoring tables WITH OIDS is not supported anymore\n");
2702
2703
/* Read TOC entry dependencies */
2704
if (AH->version >= K_VERS_1_5)
0 commit comments