mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 20:07:28 +08:00
Add missing serial comma
This commit is contained in:
@ -2183,7 +2183,7 @@ main(int argc, char **argv)
|
||||
else
|
||||
{
|
||||
fprintf(stderr,
|
||||
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
|
||||
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"\n"),
|
||||
progname, optarg);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user