Fix accidentally swapped error message arguments
Author: Alexey Kondratov <a.kondratov@postgrespro.ru>
This commit is contained in:
parent
7956d7ac98
commit
91be5387c2
@ -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"
|
pg_log_error("The program \"postgres\" is needed by %s but was not found in the\n"
|
||||||
"same directory as \"%s\".\n"
|
"same directory as \"%s\".\n"
|
||||||
"Check your installation.",
|
"Check your installation.",
|
||||||
full_path, progname);
|
progname, full_path);
|
||||||
else
|
else
|
||||||
pg_log_error("The program \"postgres\" was found by \"%s\"\n"
|
pg_log_error("The program \"postgres\" was found by \"%s\"\n"
|
||||||
"but was not the same version as %s.\n"
|
"but was not the same version as %s.\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user