Doc: mention that the default of failover_require_consensus has been changed to on.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 2 Nov 2021 01:19:49 +0000 (10:19 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 2 Nov 2021 01:19:49 +0000 (10:19 +0900)
doc/src/sgml/release-4.3.sgml

index 4067c16ffc6490926b948ddae397bbffeadd7b9a..ad90618e9cc65fb2de65f10896a84df4016047ef 100644 (file)
     </para>
    </listitem>
 
+   <listitem>
+    <!--
+    2021-11-01 [32b97bb0]
+    -->
+    <para>
+     Change compile time default value
+     of <xref linkend="guc-failover-require-consensus"> to
+     on. (Tatsuo Ishii)
+    </para>
+    <para>
+     <xref linkend="guc-failover-require-consensus"> is already on in
+     the docs and in <filename>pgpool.conf</filename>. So sync with them.
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2021-10-14 [f8578a19]