doc: JIT is enabled by default in PG 12
authorBruce Momjian
Sat, 22 Sep 2018 00:28:55 +0000 (20:28 -0400)
committerBruce Momjian
Sat, 22 Sep 2018 00:28:55 +0000 (20:28 -0400)
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[email protected]

Backpatch-through: head

doc/src/sgml/filelist.sgml
doc/src/sgml/release-12.sgml [new file with mode: 0644]
doc/src/sgml/release.sgml

index f010cd4c3bca47584d1a19b9a467e0586a4c1a7f..48ac14a8380fb0f96712a1384fc18ad5c6ac30c2 100644 (file)
 
 
 
+
 
 
 
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
new file mode 100644 (file)
index 0000000..b06fef2
--- /dev/null
@@ -0,0 +1,11 @@
+
+
+
+  Release 12
+
+  JIT is enabled by default in this release.  It was disabled by
+  default in PG 11, so we document is enablement here.
+  
+
index b78a942bcd1fbe3eed64f4f38f3920c217c18bdd..c4e763a043201c3a9acc2789001afd4cfd89c908 100644 (file)
@@ -76,6 +76,7 @@ For new features, add links to the documentation sections.
   The reason for splitting the release notes this way is so that appropriate
   subsets can easily be copied into back branches.
 -->
+&release-12;
 &release-11;
 &release-10;
 &release-9.6;