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 b6641f7 commit 095e83dCopy full SHA for 095e83d
src/bin/pg_upgrade/check.c
@@ -1075,7 +1075,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1075
for (int i = 0; i < ntup; i++)
1076
{
1077
if (script == NULL && (script = fopen_priv(output_path, "w")) == NULL)
1078
- 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));
1079
if (!db_used)
1080
1081
fprintf(script, "In database: %s\n", active_db->db_name);
0 commit comments