Fix indentation

for commit 0fc33b0053
pull/248/head
Peter Eisentraut 4 weeks ago
parent 0fc33b0053
commit 86b276a4a9
  1. 12
      src/backend/utils/misc/guc.c

@ -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…
Cancel
Save