summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/misc/guc.c')
-rw-r--r--src/backend/utils/misc/guc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 6f603cbbe8c..abfa95a2314 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -1007,16 +1007,6 @@ static struct config_bool ConfigureNamesBool[] =
NULL, NULL, NULL
},
{
- {"hashagg_avoid_disk_plan", PGC_USERSET, QUERY_TUNING_METHOD,
- gettext_noop("Causes the planner to avoid hashed aggregation plans that are expected to use the disk."),
- NULL,
- GUC_EXPLAIN
- },
- &hashagg_avoid_disk_plan,
- false,
- NULL, NULL, NULL
- },
- {
{"enable_material", PGC_USERSET, QUERY_TUNING_METHOD,
gettext_noop("Enables the planner's use of materialization."),
NULL,