1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Add missing serial comma

This commit is contained in:
Peter Eisentraut 2017-06-14 14:43:54 -04:00
parent f0cfff9da2
commit 4e88fe8f8f

View File

@ -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);
}