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

Commit58d6316

Browse files
committed
Improve description of constraint_exclusion variable.
1 parent8959e9b commit58d6316

File tree

1 file changed

+4
-4
lines changed
  • src/backend/utils/misc

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.298 2005/11/0422:18:26 petere Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.299 2005/11/0423:50:30 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -464,9 +464,9 @@ static struct config_bool ConfigureNamesBool[] =
464464
},
465465
{
466466
{"constraint_exclusion",PGC_USERSET,QUERY_TUNING_OTHER,
467-
gettext_noop("Enables the planner to use constraints tolimit table access."),
468-
gettext_noop("This preventstableaccess if the table constraints "
469-
"guarantee thattable access is not necessary.")
467+
gettext_noop("Enables the planner to use constraints tooptimize queries."),
468+
gettext_noop("Childtablescans will be skipped if their "
469+
"constraintsguarantee thatno rows match the query.")
470470
},
471471
&constraint_exclusion,
472472
false,NULL,NULL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp