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 24c7000 commit 84c41aeCopy full SHA for 84c41ae
src/bin/initdb/initdb.c
@@ -2497,7 +2497,7 @@ setup_bin_paths(const char *argv0)
2497
pg_log_error("The program \"postgres\" is needed by %s but was not found in the\n"
2498
"same directory as \"%s\".\n"
2499
"Check your installation.",
2500
- full_path, progname);
+ progname, full_path);
2501
else
2502
pg_log_error("The program \"postgres\" was found by \"%s\"\n"
2503
"but was not the same version as %s.\n"
0 commit comments