Commit 4e88fe8f authored by Peter Eisentraut's avatar Peter Eisentraut

Add missing serial comma

parent f0cfff9d
...@@ -2183,7 +2183,7 @@ main(int argc, char **argv) ...@@ -2183,7 +2183,7 @@ main(int argc, char **argv)
else else
{ {
fprintf(stderr, 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); progname, optarg);
exit(1); exit(1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment