Re: Remove TRACE_SORT macro?

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-07T07:24:50Z
Lists: pgsql-hackers
On 07/08/2024 09:56, Peter Eisentraut wrote:
> 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.

+1, I don't see why anyone would want to build without TRACE_SORT.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




Commits

  1. Remove TRACE_SORT macro