Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b453a7a

Browse filesBrowse 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
Copy full SHA for b453a7a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/guc_tables.c

Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc_tables.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.