Skip to content

Commit b453a7a

Browse files
committed
Fix the wording of or_to_any_transform_limit description
Reported-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/20240408.144657.1746688590065601661.horikyota.ntt%40gmail.com
1 parent 2af75e1 commit b453a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc_tables.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ struct config_int ConfigureNamesInt[] =
36703670

36713671
{
36723672
{"or_to_any_transform_limit", PGC_USERSET, QUERY_TUNING_OTHER,
3673-
gettext_noop("Set the minimum length of the list of OR clauses to attempt the OR-to-ANY transformation."),
3673+
gettext_noop("Sets the minimum length of the list of OR clauses to attempt the OR-to-ANY transformation."),
36743674
gettext_noop("Once the limit is reached, the planner will try to replace expression like "
36753675
"'x=c1 OR x=c2 ..' to the expression 'x = ANY(ARRAY[c1,c2,..])'"),
36763676
GUC_EXPLAIN

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy