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
This commit is contained in:
parent
2af75e1174
commit
b453a7a16a
@ -3670,7 +3670,7 @@ struct config_int ConfigureNamesInt[] =
|
|||||||
|
|
||||||
{
|
{
|
||||||
{"or_to_any_transform_limit", PGC_USERSET, QUERY_TUNING_OTHER,
|
{"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("Sets 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 "
|
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,..])'"),
|
"'x=c1 OR x=c2 ..' to the expression 'x = ANY(ARRAY[c1,c2,..])'"),
|
||||||
GUC_EXPLAIN
|
GUC_EXPLAIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user