Re: Change default of jit to off

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Tomas Vondra <tomas(at)vondra(dot)me>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Pierre Ducroquet <p(dot)psql(at)pinaraf(dot)info>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info>, Christoph Berg <myon(at)debian(dot)org>, Euler Taveira <euler(at)eulerto(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andreas Karlsson <andreas(at)proxel(dot)se>, Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Michael Banck <mbanck(at)gmx(dot)net>
Subject: Re: Change default of jit to off
Date: 2026-04-02 13:10:57
Message-ID: 0be4f0df-4a17-44b2-9445-fcfbd234d871@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)vondra(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-04-02 13:16:16 Re: Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion?
Previous Message John Naylor 2026-04-02 12:55:31 Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?