Remove TRACE_SORT macro?
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-07T06:56:30Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-TRACE_SORT-macro.patch (text/plain) patch 0001
I think we could remove the TRACE_SORT macro. The TRACE_SORT macro has 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 I think we could just remove the macro to simplify things.
Commits
-
Remove TRACE_SORT macro
- c8e2d422fd55 18.0 landed