mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 16:48:17 -05:00
Add missing serial comma
This commit is contained in:
parent
f0cfff9da2
commit
4e88fe8f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue