Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)