Skip to content

Commit 58d6316

Browse files
committed
Improve description of constraint_exclusion variable.
1 parent 8959e9b commit 58d6316

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/04 22:18:26 petere Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.299 2005/11/04 23: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 to limit table access."),
468-
gettext_noop("This prevents table access if the table constraints "
469-
"guarantee that table access is not necessary.")
467+
gettext_noop("Enables the planner to use constraints to optimize queries."),
468+
gettext_noop("Child table scans will be skipped if their "
469+
"constraints guarantee that no rows match the query.")
470470
},
471471
&constraint_exclusion,
472472
false, NULL, NULL

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy