There was an error while loading. Please reload this page.
1 parent 0fc33b0 commit 86b276aCopy full SHA for 86b276a
src/backend/utils/misc/guc.c
@@ -3136,9 +3136,17 @@ parse_and_validate_value(const struct config_generic *record,
3136
3137
hintmsg = config_enum_get_options(conf,
3138
_("Available values: "),
3139
- /* translator: This is the terminator of a list of entity names. */
+
3140
+/*
3141
+ * translator: This is the terminator of a list of entity
3142
+ * names.
3143
+ */
3144
_("."),
- /* translator: This is a separator in a list of entity names. */
3145
3146
3147
+ * translator: This is a separator in a list of entity
3148
3149
3150
_(", "));
3151
3152
ereport(elevel,
0 commit comments