Skip to content

Commit 9e1843c

Browse files
committed
Fix logical error in option description.
1 parent af331e2 commit 9e1843c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 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.297 2005/11/03 17:11:39 alvherre Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.298 2005/11/04 22:18:26 petere Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -466,7 +466,7 @@ static struct config_bool ConfigureNamesBool[] =
466466
{"constraint_exclusion", PGC_USERSET, QUERY_TUNING_OTHER,
467467
gettext_noop("Enables the planner to use constraints to limit table access."),
468468
gettext_noop("This prevents table access if the table constraints "
469-
"guarantee that table access is necessary.")
469+
"guarantee that table access is not necessary.")
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