Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c82830

Browse files
committed
pg_dump: Add missing newline to error message
1 parent b450abd commit 5c82830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_backup_archiver.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,7 @@ ReadToc(ArchiveHandle *AH)
26982698
te->owner = ReadStr(AH);
26992699
if (AH->version < K_VERS_1_9 || strcmp(ReadStr(AH), "true") == 0)
27002700
write_msg(modulename,
2701-
"WARNING: restoring tables WITH OIDS is not supported anymore");
2701+
"WARNING: restoring tables WITH OIDS is not supported anymore\n");
27022702

27032703
/* Read TOC entry dependencies */
27042704
if (AH->version >= K_VERS_1_5)

0 commit comments

Comments
 (0)