Remove TRACE_SORT macro
Peter Eisentraut <peter@eisentraut.org>
Remove TRACE_SORT macro The TRACE_SORT macro guarded the availability of the trace_sort GUC setting. But it has been enabled by default ever since it was introduced in PostgreSQL 8.1, and there have been no reports that someone wanted to disable it. So just remove the macro to simplify things. (For the avoidance of doubt: The trace_sort GUC is still there. This only removes the rarely-used macro guarding it.) Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://www.postgresql.org/message-id/flat/be5f7162-7c1d-44e3-9a78-74dcaa6529f2%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +0 −3 |
| src/backend/utils/adt/mac.c | modified | +0 −6 |
| src/backend/utils/adt/network.c | modified | +0 −6 |
| src/backend/utils/adt/numeric.c | modified | +0 −6 |
| src/backend/utils/adt/uuid.c | modified | +0 −6 |
| src/backend/utils/adt/varlena.c | modified | +0 −4 |
| src/backend/utils/misc/guc_tables.c | modified | +0 −2 |
| src/backend/utils/sort/tuplesort.c | modified | +0 −39 |
| src/backend/utils/sort/tuplesortvariants.c | modified | +0 −14 |
| src/include/pg_config_manual.h | modified | +0 −6 |
| src/include/utils/guc.h | modified | +0 −3 |
Documentation touched
Discussion
- Remove TRACE_SORT macro? 3 messages · 2024-08-07 → 2024-08-14