mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
parent
0fc33b0053
commit
86b276a4a9
1 changed files with 10 additions and 2 deletions
|
|
@ -3136,9 +3136,17 @@ parse_and_validate_value(const struct config_generic *record,
|
||||||
|
|
||||||
hintmsg = config_enum_get_options(conf,
|
hintmsg = config_enum_get_options(conf,
|
||||||
_("Available values: "),
|
_("Available values: "),
|
||||||
/* translator: This is the terminator of a list of entity names. */
|
|
||||||
|
/*
|
||||||
|
* translator: This is the terminator of a list of entity
|
||||||
|
* names.
|
||||||
|
*/
|
||||||
_("."),
|
_("."),
|
||||||
/* translator: This is a separator in a list of entity names. */
|
|
||||||
|
/*
|
||||||
|
* translator: This is a separator in a list of entity
|
||||||
|
* names.
|
||||||
|
*/
|
||||||
_(", "));
|
_(", "));
|
||||||
|
|
||||||
ereport(elevel,
|
ereport(elevel,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue