Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84c41ae

Browse files
committed
Fix accidentally swapped error message arguments
Author: Alexey Kondratov <a.kondratov@postgrespro.ru>
1 parent24c7000 commit84c41ae

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)

[8]ページ先頭

©2009-2025 Movatter.jp