diff options
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
-rw-r--r-- | src/backend/utils/misc/guc_tables.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c index 636780673b8..79ecaa4c4c2 100644 --- a/src/backend/utils/misc/guc_tables.c +++ b/src/backend/utils/misc/guc_tables.c @@ -1698,7 +1698,6 @@ struct config_bool ConfigureNamesBool[] = NULL, NULL, NULL }, -#ifdef TRACE_SORT { {"trace_sort", PGC_USERSET, DEVELOPER_OPTIONS, gettext_noop("Emit information about resource usage in sorting."), @@ -1709,7 +1708,6 @@ struct config_bool ConfigureNamesBool[] = false, NULL, NULL, NULL }, -#endif #ifdef TRACE_SYNCSCAN /* this is undocumented because not exposed in a standard build */ |