]> granicus.if.org Git - postgresql/commit
In v11, disable JIT by default (it's still enabled by default in HEAD).
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Sep 2018 21:24:35 +0000 (17:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Sep 2018 21:24:35 +0000 (17:24 -0400)
commit8f32bacc006692e63f137924d5849b3cb9f2d4d3
treef164bbf9e868955d8e3c22850e16c03c77bbea04
parent1f4a920b7309499d2d0c4ceda5e6356e10bc51da
In v11, disable JIT by default (it's still enabled by default in HEAD).

Per discussion, JIT isn't quite mature enough to ship enabled-by-default.

I failed to resist the temptation to do a bunch of copy-editing on the
related documentation.  Also, clean up some inconsistencies in which
section of config.sgml the JIT GUCs are documented in vs. what guc.c
and postgresql.config.sample had.

Discussion: https://postgr.es/m/20180914222657.mw25esrzbcnu6qlu@alap3.anarazel.de
doc/src/sgml/config.sgml
doc/src/sgml/jit.sgml
doc/src/sgml/release-11.sgml
src/backend/jit/jit.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample