Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb453a7a

Browse files
committed
Fix the wording of or_to_any_transform_limit description
Reported-by: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20240408.144657.1746688590065601661.horikyota.ntt%40gmail.com
1 parent2af75e1 commitb453a7a

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)

[8]ページ先頭

©2009-2025 Movatter.jp