We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d642d23 commit 18d2d8aCopy full SHA for 18d2d8a
src/bin/pg_upgrade/check.c
@@ -1282,7 +1282,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1282
for (int i = 0; i < ntup; i++)
1283
{
1284
if (script == NULL && (script = fopen_priv(output_path, "w")) == NULL)
1285
- pg_fatal("could not open file \"%s\": %s", output_path, strerror(errno));
+ pg_fatal("could not open file \"%s\": %s\n", output_path, strerror(errno));
1286
if (!db_used)
1287
1288
fprintf(script, "In database: %s\n", active_db->db_name);
0 commit comments