Re: Defaulting to jit=on/off for v11
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org,
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
Peter Geoghegan <pg@bowt.ie>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-15T18:19:55Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On September 15, 2018 12:14:07 PM MDT, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Is there more that has to be done than switching the GUC's default >> value and adjusting docs? I could probably make it happen if there's >> not any hidden stuff to worry about. > No, that should be all. I'll adapt the llvm animals to force the GUC to on. I think it'd be good to add a paragraph to the release notes, mentioning that it has to be turned on. > Thanks! Roger, I'll have a go at it. regards, tom lane
Commits
-
In v11, disable JIT by default (it's still enabled by default in HEAD).
- 8f32bacc0066 12.0 landed
- 0fdadfb01929 11.0 landed