Doc: add mention about add native/SI mode example to 4.3 release note.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 6 Dec 2021 00:18:43 +0000 (09:18 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 6 Dec 2021 00:18:43 +0000 (09:18 +0900)
doc.ja/src/sgml/release-4.3.sgml
doc/src/sgml/release-4.3.sgml

index 9d2ebfe44523e421917c11630b2ff8e9e1209489..d33073a41e4c0167c5021b7d4aba12ecadee1cf5 100644 (file)
    parser is imported.
    The <link linkend="guc-snapshot-isolation-mode">Snapshot Isolation
    Mode</link> is now ready for production.
+   New sample configuration for the mode is provided in
+   the <link linkend="example-replication-mode">configuration example
+   section</link>.
    -->
    このバージョンには、設定と管理を容易にするために多くの機能拡張が追加されています。
    動的にwatchdogクラスタのサイズを調整するために、新しくwatchdogにクラスタメンバーシップ機構が導入されました。
    これにより、watchdogノードが停止されたり、接続が切断されたときにもリーダwatchdogノードがquorum/VIPを維持できます。
    新しい<productname>PostgreSQL</productname> 14のSQL パーサが取り込まれています。
    また、<link linkend="guc-snapshot-isolation-mode">スナップショットアイソレーションモード</link> を本番環境で使用できるようにしました。
+   このモードのための新しい設定例が<link linkend="example-replication-mode">設定例の章</link>に提供されています
   </para>
 
   <para>
   -->
   <title>ドキュメントの変更</title>
   <itemizedlist>
+  <listitem>
+    <!--
+    2021-12-06 [320d4e79]
+    -->
+    <para>
+<!--
+     Add new configuration example for native replication mode and
+     snapshot isolation mode. (Bo Peng)
+-->
+     新しいネィティブレプリケーションモードとスナップショットアイソレーションモードの設定例を追加しました。(Bo Peng)
+    </para>
+   </listitem>
+
   <listitem>
     <!--
     2021-10-21 [4e8fb107]
index 73b875008563bf61c2b8fd3b7cc61b283f627126..8475ec896388ba0f5bb88c9155cab1c45e0cf935 100644 (file)
@@ -79,6 +79,9 @@
    parser is imported.
    The <link linkend="guc-snapshot-isolation-mode">Snapshot Isolation
    Mode</link> is now ready for production.
+   New sample configuration for the mode is provided in
+   the <link linkend="example-replication-mode">configuration example
+   section</link>.
   </para>
 
   <para>
  <sect2>
   <title>Documentation changes</title>
    <itemizedlist>
+  <listitem>
+    <!--
+    2021-12-06 [320d4e79]
+    -->
+    <para>
+     Add new configuration example for native replication mode and
+     snapshot isolation mode. (Bo Peng)
+    </para>
+   </listitem>
+
   <listitem>
     <!--
     2021-10-21 [4e8fb107]