Fix accidentally swapped error message arguments

Author: Alexey Kondratov <a.kondratov@postgrespro.ru>
This commit is contained in:
Peter Eisentraut 2019-07-02 23:44:30 +01:00
parent 24c7000f64
commit 84c41ae81b
1 changed files with 1 additions and 1 deletions

View File

@ -2497,7 +2497,7 @@ setup_bin_paths(const char *argv0)
pg_log_error("The program \"postgres\" is needed by %s but was not found in the\n"
"same directory as \"%s\".\n"
"Check your installation.",
full_path, progname);
progname, full_path);
else
pg_log_error("The program \"postgres\" was found by \"%s\"\n"
"but was not the same version as %s.\n"