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

Commit0dfa89b

Browse files
committed
Replace reference to "xlog-method" with "wal-method" in error message.
Commit62e8b38 renamed "--xlog-method" option for pg_basebackup to"--wal-method", but forgot to update the error message mentioning that option.
1 parent0ede57a commit0dfa89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ main(int argc, char **argv)
21702170
else
21712171
{
21722172
fprintf(stderr,
2173-
_("%s: invalidxlog-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
2173+
_("%s: invalidwal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
21742174
progname,optarg);
21752175
exit(1);
21762176
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp