mirror of
https://github.com/postgres/postgres.git
synced 2026-04-07 18:26:06 -04:00
Add missing serial comma
This commit is contained in:
parent
1e1ae6e0b0
commit
bd313ba8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue