projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c7000
)
Fix accidentally swapped error message arguments
author
Peter Eisentraut
<
[email protected]
>
Tue, 2 Jul 2019 22:44:30 +0000
(23:44 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 2 Jul 2019 22:44:30 +0000
(23:44 +0100)
Author: Alexey Kondratov <
[email protected]
>
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index 2ef179165b86d82f1dd966c0778ce2b66a020b88..70273be783a4a14a634934a93a5dff8bdd96772b 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-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"