Commit 5c828307 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_dump: Add missing newline to error message

parent b450abd2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment