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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user