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:14:07Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Cool, sounds we have agreement. I'll try to come up with a patch.  I'm [un]fortunately hiking till Wednesday, so I won't have an easy time to push a patch.   I probably could push something tomorrow, but I'd have a hard time cleaning up if needed.  Does anybody feel we should have that in Mondays release?

Recent discussions among the release team are pointing to the idea
that Monday's wrap could be 11rc1, not 11beta4, if we get this done
beforehand.  So I'd kind of like to see it done.

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.

			regards, tom lane


Commits

  1. In v11, disable JIT by default (it's still enabled by default in HEAD).