projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc33b0
)
Fix indentation
author
Peter Eisentraut
<peter@eisentraut.org>
Wed, 19 Nov 2025 09:41:28 +0000
(10:41 +0100)
committer
Peter Eisentraut
<peter@eisentraut.org>
Wed, 19 Nov 2025 09:41:28 +0000
(10:41 +0100)
for commit
0fc33b00536
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 526a57a16f878c0571ae4cda697a1ae5aa1d6148..c6484aea087c9f6f2ce43571b2bdc0e96140bf6a 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
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,
_("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,