Re: Change default of jit to off - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Change default of jit to off
Date
Msg-id 0be4f0df-4a17-44b2-9445-fcfbd234d871@dunslane.net
Whole thread Raw
In response to Re: Change default of jit to off  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Change default of jit to off
Re: Change default of jit to off
List pgsql-hackers
On 2026-04-02 Th 8:50 AM, Thomas Munro wrote:
> On Fri, Apr 3, 2026 at 12:52 AM Tomas Vondra <tomas@vondra.me> wrote:
>> Pushed, after rewording the commit message a little bit, and removing
>> the sentence in the docs saying
>>
>>      (before PostgreSQL 19 the default was on)
> How can we keep it enabled in the build farm?
>
>

No easy way to do it globally - I guess we could default it to on in the 
next client release. Individual owners can enable it in their buildfarm 
configs, in the extra_config section.


cheers


andrew



--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Next
From: Fujii Masao
Date:
Subject: Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?