aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-09-18 22:40:10 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-09-18 22:40:10 -0400
commitbd313ba8a91a19659bf92014df96f7e58bfdd2fe (patch)
treea253cd1388f18f0f25c766eb86f79909938ee430 /src
parent1e1ae6e0b0c11e6044c0dacd61cb17c8d8bc87f1 (diff)
downloadpostgresql-bd313ba8a91a19659bf92014df96f7e58bfdd2fe.tar.gz
postgresql-bd313ba8a91a19659bf92014df96f7e58bfdd2fe.zip
Add missing serial comma
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index a092aad2d30..a87f09ee47f 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -4978,7 +4978,7 @@ readRecoveryCommandFile(void)
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
errmsg("invalid value for recovery parameter \"%s\"",
"recovery_target_action"),
- errhint("The allowed values are \"pause\", \"promote\" and \"shutdown\".")));
+ errhint("The allowed values are \"pause\", \"promote\", and \"shutdown\".")));
ereport(DEBUG2,
(errmsg_internal("recovery_target_action = '%s'",