Remove TRACE_SORT macro
authorPeter Eisentraut <[email protected]>
Wed, 14 Aug 2024 06:02:32 +0000 (08:02 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 14 Aug 2024 06:07:52 +0000 (08:07 +0200)
commitc8e2d422fd556292ab751392bf76f713fe9e9fc1
tree509e5ca50e69cd08ead2e2c85bd32c191ce09145
parentbf3401fe813ad3b6b34e5e9daf8fbd03540a2294
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 <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/be5f7162-7c1d-44e3-9a78-74dcaa6529f2%40eisentraut.org
doc/src/sgml/config.sgml
src/backend/utils/adt/mac.c
src/backend/utils/adt/network.c
src/backend/utils/adt/numeric.c
src/backend/utils/adt/uuid.c
src/backend/utils/adt/varlena.c
src/backend/utils/misc/guc_tables.c
src/backend/utils/sort/tuplesort.c
src/backend/utils/sort/tuplesortvariants.c
src/include/pg_config_manual.h
src/include/utils/guc.h