Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f7fc76

Browse files
committed
doc: JIT is enabled by default in PG 12
JIT was disabled by default in a PG 11 in a separate commit that willnormally not appear in the PG 12 git logs. Therefore, create a PG 12document and mention the fact that JIT is enabled by default in thisrelease. (A similar change in parallelism was missed in a priorrelease.)Reported-by: Andres FreundDiscussion:https://postgr.es/m/20180922000554.qukbhhlagpnopvko@alap3.anarazel.deBackpatch-through: head
1 parentf77de4b commit1f7fc76

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

‎doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
<!ENTITY sourcerepo SYSTEM "sourcerepo.sgml">
167167

168168
<!ENTITY release SYSTEM "release.sgml">
169+
<!ENTITY release-12 SYSTEM "release-12.sgml">
169170
<!ENTITY release-11 SYSTEM "release-11.sgml">
170171
<!ENTITY release-10 SYSTEM "release-10.sgml">
171172
<!ENTITY release-9.6 SYSTEM "release-9.6.sgml">

‎doc/src/sgml/release-12.sgml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- doc/src/sgml/release-12.sgml -->
2+
<!-- See header comment in release.sgml about typical markup -->
3+
4+
<sect1 id="release-12">
5+
<title>Release 12</title>
6+
7+
<para>JIT is enabled by default in this release. It was disabled by
8+
default in PG 11, so we document is enablement here.
9+
</para>
10+
11+
</sect1>

‎doc/src/sgml/release.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ For new features, add links to the documentation sections.
7676
The reason for splitting the release notes this way is so that appropriate
7777
subsets can easily be copied into back branches.
7878
-->
79+
&release-12;
7980
&release-11;
8081
&release-10;
8182
&release-9.6;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp