Fix mention about insert_lock in 4.3 release note.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 23 Nov 2021 23:40:20 +0000 (08:40 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 23 Nov 2021 23:40:20 +0000 (08:40 +0900)
The compile default was changed twice while preparing 4.3.  First, on
to off, then finally off to on. To avoid the confusion, remove "on to
off" part.

doc.ja/src/sgml/release-4.3.sgml
doc/src/sgml/release-4.3.sgml

index 9ce1421da56e810993ff97771148f19406029d9b..fa6573113df870ed32f867ef4d8dbc144da6db25 100644 (file)
      -->
      src/config/pool_config_variable.cで定義されているいくつかのデフォルト値は、ドキュメントが想定するものとは異なっていました。
      すなわち:
+<!--
+     This was changed from false to true later in commit 2021-10-17 [a3076a6e].
+     To avoid confusion, comment out this entry.
      <xref linkend="guc-insert-lock"> ("true" から "false" に変更)
+-->
      <xref linkend="guc-clear-memqcache-on-escalation"> ("false" から "true" に変更)
      <xref linkend="guc-wd-lifecheck-dbname"> ("postgres" から "template1" に変更)
      <xref linkend="guc-listen-backlog-multiplier"> ("32" から "2" に変更)
index f90e0442f77d8b37cdf819d76325fffc71b0d4a8..b7dea65e7c7be4fd8b8db68aaac346d2a1923e08 100644 (file)
     <para>
      Some default values defined in src/config/pool_config_variable.c
      were different from what the documentation expects. Namely:
+<!--
+     This was changed from false to true later in commit 2021-10-17 [a3076a6e].
+     To avoid confusion, comment out this entry.
      <xref linkend="guc-insert-lock"> (changed from "true" to "false")
+-->
      <xref linkend="guc-clear-memqcache-on-escalation"> (changed from "false" to "true")
      <xref linkend="guc-wd-lifecheck-dbname"> (changed from "postgres" to "template1")
      <xref linkend="guc-listen-backlog-multiplier"> (changed from "32" to "2")