Re: Remove TRACE_SORT macro?

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove TRACE_SORT macro?
Date: 2024-08-14 06:14:22
Message-ID: 49ebbdb9-e210-450b-9c53-8268f30cc8d9@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.08.24 09:24, Heikki Linnakangas wrote:
> 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.

committed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2024-08-14 06:30:55 Re: Optimize mul_var() for var1ndigits >= 8
Previous Message Bertrand Drouvot 2024-08-14 06:00:06 Re: Restart pg_usleep when interrupted