1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Fix indentation

for commit 0fc33b0053
This commit is contained in:
Peter Eisentraut
2025-11-19 10:41:28 +01:00
parent 0fc33b0053
commit 86b276a4a9

View File

@@ -3136,9 +3136,17 @@ parse_and_validate_value(const struct config_generic *record,
hintmsg = config_enum_get_options(conf,
_("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,