| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: In v11, disable JIT by default (it's still enabled by default in |
| Date: | 2018-09-15 21:24:46 |
| Message-ID: | E1g1I3a-00061w-LU@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0fdadfb0192935e0f8bec7fa5ec9dbb470d6d587
Modified Files
--------------
doc/src/sgml/config.sgml | 89 +++++++-------
doc/src/sgml/jit.sgml | 169 ++++++++++++--------------
doc/src/sgml/release-11.sgml | 12 +-
src/backend/jit/jit.c | 4 +-
src/backend/utils/misc/guc.c | 4 +-
src/backend/utils/misc/postgresql.conf.sample | 15 +--
6 files changed, 145 insertions(+), 148 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2018-09-15 22:27:42 | Re: pgsql: In v11, disable JIT by default (it's still enabled by default in |
| Previous Message | Tom Lane | 2018-09-15 17:43:08 | pgsql: Fix failure with initplans used conditionally during EvalPlanQua |