From: Peter Eisentraut Date: Wed, 14 Jun 2017 18:43:54 +0000 (-0400) Subject: Add missing serial comma X-Git-Tag: XL_10_R1BETA1~274^2~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4e88fe8f8f148a45feacb50c2eaed9ca9ddea8bb;p=postgres-xl.git Add missing serial comma --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 3d6fce2e34..54d27dc658 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -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); }