Commit 4a1e15e4 authored by Peter Eisentraut's avatar Peter Eisentraut

Add missing serial comma

parent f2dd1061
...@@ -4978,7 +4978,7 @@ readRecoveryCommandFile(void) ...@@ -4978,7 +4978,7 @@ readRecoveryCommandFile(void)
(errcode(ERRCODE_INVALID_PARAMETER_VALUE), (errcode(ERRCODE_INVALID_PARAMETER_VALUE),
errmsg("invalid value for recovery parameter \"%s\"", errmsg("invalid value for recovery parameter \"%s\"",
"recovery_target_action"), "recovery_target_action"),
errhint("The allowed values are \"pause\", \"promote\" and \"shutdown\"."))); errhint("The allowed values are \"pause\", \"promote\", and \"shutdown\".")));
ereport(DEBUG2, ereport(DEBUG2,
(errmsg_internal("recovery_target_action = '%s'", (errmsg_internal("recovery_target_action = '%s'",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment