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

From Tomas Vondra
Subject Re: Change default of jit to off
Date
Msg-id 5b5d04c3-e34e-4ae9-8b39-12b52e63154a@vondra.me
Whole thread Raw
In response to Re: Change default of jit to off  (Jelte Fennema-Nio <postgres@jeltef.nl>)
Responses Re: Change default of jit to off
List pgsql-hackers
On 2/13/26 15:57, Jelte Fennema-Nio wrote:
> On Tue, 3 Feb 2026 at 18:13, Andres Freund <andres@anarazel.de> wrote:
>> +1 for disabling it by default. Particularly with partitioning having become
>> much more common since jit compilation was added, combined with LLVM getting a
>> lot slower over time, that's unfortunately the right call until some
>> substantial improvements are made.
> 
> I'm marking this as ready for committer.
> 

ISTM there's a clear consensus to get this committed for PG19, so
barring objections I'll take care of that in the next couple days.
Unless someone else wants to ...

Another option would be to leave that for mid-beta, which is where we
tweaked the io_method GUCs last year. But we did that to get some
testing for 'worker' (in case we revert to 'sync'), and we don't need
that for jit.


regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: Use-after-free issue in postgres_fdw
Next
From: Robert Haas
Date:
Subject: Re: pg_plan_advice