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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy