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.
2 parents 06ce5fa + 5b5f54f commit 87807c8Copy full SHA for 87807c8
src/bin/pg_rewind/pg_rewind.c
@@ -1083,11 +1083,11 @@ get_target_dbid(const char *argv0)
1083
if (ret == -1)
1084
pg_fatal("The program \"postgres\" is needed by %s but was \n"
1085
"not found in the same directory as \"%s\".\n"
1086
- "Check your installation.\n", progname, full_path);
+ "Check your installation.", progname, full_path);
1087
else
1088
pg_fatal("The program \"postgres\" was found by \"%s\"\n"
1089
"but was not the same version as %s.\n"
1090
- "Check your installation.\n", full_path, progname);
+ "Check your installation.`", full_path, progname);
1091
}
1092
1093
snprintf(cmd, MAXCMDLEN, "\"%s\" -D \"%s\" -C gp_dbid",
0 commit comments