Remove TRACE_SORT macro

Peter Eisentraut <peter@eisentraut.org>

Commit: c8e2d422fd556292ab751392bf76f713fe9e9fc1
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-08-14T06:07:52Z
Releases: 18.0
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

Documentation touched

Discussion