In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +43 −46 |
| doc/src/sgml/jit.sgml | modified | +81 −88 |
| doc/src/sgml/release-11.sgml | modified | +9 −3 |
| src/backend/jit/jit.c | modified | +2 −2 |
| src/backend/utils/misc/guc.c | modified | +2 −2 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +8 −7 |
Documentation touched
Discussion
- Defaulting to jit=on/off for v11 11 messages · 2018-09-14 → 2018-09-15