projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2dd106
)
Add missing serial comma
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 19 Sep 2015 02:40:10 +0000
(22:40 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 19 Sep 2015 02:41:42 +0000
(22:41 -0400)
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index a092aad2d30932c7b7575a6bec45018c122f5c09..a87f09ee47f5c2f624d7c0977a3ad5e74ae07ad0 100644
(file)
--- 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'",