mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Message improvements
This commit is contained in:
@ -5204,8 +5204,8 @@ readRecoveryCommandFile(void)
|
||||
else
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("invalid recovery_target parameter"),
|
||||
errhint("The only allowed value is 'immediate'")));
|
||||
errmsg("invalid value for recovery parameter \"recovery_target\""),
|
||||
errhint("The only allowed value is \"immediate\".")));
|
||||
ereport(DEBUG2,
|
||||
(errmsg_internal("recovery_target = '%s'",
|
||||
item->value)));
|
||||
@ -5268,7 +5268,7 @@ readRecoveryCommandFile(void)
|
||||
"recovery_min_apply_delay"),
|
||||
hintmsg ? errhint("%s", _(hintmsg)) : 0));
|
||||
ereport(DEBUG2,
|
||||
(errmsg("recovery_min_apply_delay = '%s'", item->value)));
|
||||
(errmsg_internal("recovery_min_apply_delay = '%s'", item->value)));
|
||||
}
|
||||
else
|
||||
ereport(FATAL,
|
||||
|
Reference in New Issue
Block a user