Skip to content

Commit 91be538

Browse files
committed
Fix accidentally swapped error message arguments
Author: Alexey Kondratov <a.kondratov@postgrespro.ru>
1 parent 7956d7a commit 91be538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ setup_bin_paths(const char *argv0)
24972497
pg_log_error("The program \"postgres\" is needed by %s but was not found in the\n"
24982498
"same directory as \"%s\".\n"
24992499
"Check your installation.",
2500-
full_path, progname);
2500+
progname, full_path);
25012501
else
25022502
pg_log_error("The program \"postgres\" was found by \"%s\"\n"
25032503
"but was not the same version as %s.\n"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy