projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b97bb
)
Doc: mention that the default of failover_require_consensus has been changed to on.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Tue, 2 Nov 2021 01:19:49 +0000
(10:19 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Tue, 2 Nov 2021 01:19:49 +0000
(10:19 +0900)
doc/src/sgml/release-4.3.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-4.3.sgml
b/doc/src/sgml/release-4.3.sgml
index 4067c16ffc6490926b948ddae397bbffeadd7b9a..ad90618e9cc65fb2de65f10896a84df4016047ef 100644
(file)
--- a/
doc/src/sgml/release-4.3.sgml
+++ b/
doc/src/sgml/release-4.3.sgml
@@
-228,6
+228,21
@@
</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]