projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af75e1
)
Fix the wording of or_to_any_transform_limit description
author
Alexander Korotkov
Mon, 8 Apr 2024 05:59:27 +0000
(08:59 +0300)
committer
Alexander Korotkov
Mon, 8 Apr 2024 05:59:27 +0000
(08:59 +0300)
Reported-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/
20240408
.144657.
1746688590065601661
.horikyota.ntt%40gmail.com
src/backend/utils/misc/guc_tables.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc_tables.c
b/src/backend/utils/misc/guc_tables.c
index 83e3a59d7e9799296d648e4d45910ac56f20f1be..a527ffe0b02c5d24d936d3cb27a6c020d34e26d9 100644
(file)
--- a/
src/backend/utils/misc/guc_tables.c
+++ b/
src/backend/utils/misc/guc_tables.c
@@
-3670,7
+3670,7
@@
struct config_int ConfigureNamesInt[] =
{
{"or_to_any_transform_limit", PGC_USERSET, QUERY_TUNING_OTHER,
- gettext_noop("Set the minimum length of the list of OR clauses to attempt the OR-to-ANY transformation."),
+ gettext_noop("Set
s
the minimum length of the list of OR clauses to attempt the OR-to-ANY transformation."),
gettext_noop("Once the limit is reached, the planner will try to replace expression like "
"'x=c1 OR x=c2 ..' to the expression 'x = ANY(ARRAY[c1,c2,..])'"),
GUC_EXPLAIN