8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dd106 commit 4a1e15eCopy full SHA for 4a1e15e
src/backend/access/transam/xlog.c
@@ -4978,7 +4978,7 @@ readRecoveryCommandFile(void)
4978
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
4979
errmsg("invalid value for recovery parameter \"%s\"",
4980
"recovery_target_action"),
4981
- errhint("The allowed values are \"pause\", \"promote\" and \"shutdown\".")));
+ errhint("The allowed values are \"pause\", \"promote\", and \"shutdown\".")));
4982
4983
ereport(DEBUG2,
4984
(errmsg_internal("recovery_target_action = '%s'",
0 commit comments