doc: JIT is enabled by default in PG 12

Bruce Momjian <bruce@momjian.us>

Commit: 1f7fc7670c7e0051b47bb4a4d6b41ff9e8af53fa
Author: Bruce Momjian <bruce@momjian.us>
Date: 2018-09-22T00:28:55Z
Releases: 12.0
doc:  JIT is enabled by default in PG 12

JIT was disabled by default in a PG 11 in a separate commit that will
normally not appear in the PG 12 git logs.  Therefore, create a PG 12
document and mention the fact that JIT is enabled by default in this
release.  (A similar change in parallelism was missed in a prior
release.)

Reported-by: Andres Freund

Discussion: https://postgr.es/m/20180922000554.qukbhhlagpnopvko@alap3.anarazel.de

Backpatch-through: head

Files

PathChange+/−
doc/src/sgml/filelist.sgml modified +1 −0
doc/src/sgml/release-12.sgml added +11 −0
doc/src/sgml/release.sgml modified +1 −0

Documentation touched