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

Commit4e88fe8

Browse files
committed
Add missing serial comma
1 parentf0cfff9 commit4e88fe8

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
@@ -2183,7 +2183,7 @@ main(int argc, char **argv)
21832183
else
21842184
{
21852185
fprintf(stderr,
2186-
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
2186+
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"\n"),
21872187
progname,optarg);
21882188
exit(1);
21892189
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp