File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* 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 $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -466,7 +466,7 @@ static struct config_bool ConfigureNamesBool[] =
466
466
{"constraint_exclusion" , PGC_USERSET , QUERY_TUNING_OTHER ,
467
467
gettext_noop ("Enables the planner to use constraints to limit table access." ),
468
468
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." )
470
470
},
471
471
& constraint_exclusion ,
472
472
false, NULL , NULL
You can’t perform that action at this time.
0 commit comments