1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

pg_dump: Add missing newlines at end of messages

This commit is contained in:
Peter Eisentraut
2012-06-18 23:57:00 +03:00
parent 03132da3b6
commit 2610cb3f7c
4 changed files with 6 additions and 6 deletions

View File

@@ -2531,7 +2531,7 @@ binary_upgrade_extension_member(PQExpBuffer upgrade_buffer,
extobj = NULL;
}
if (extobj == NULL)
exit_horribly(NULL, "could not find parent extension for %s", objlabel);
exit_horribly(NULL, "could not find parent extension for %s\n", objlabel);
appendPQExpBuffer(upgrade_buffer,
"\n-- For binary upgrade, handle extension membership the hard way\n");