From d950e81c9a687fb79e7bdd8dbedbe1fa1096ac52 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 23 Dec 2020 20:41:23 +0900 Subject: [PATCH] Doc: fix typo in the 4.2.1 release note. --- doc.ja/src/sgml/release-4.2.sgml | 4 ++-- doc/src/sgml/release-4.2.sgml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.ja/src/sgml/release-4.2.sgml b/doc.ja/src/sgml/release-4.2.sgml index 2a1fbe846..4124686a6 100644 --- a/doc.ja/src/sgml/release-4.2.sgml +++ b/doc.ja/src/sgml/release-4.2.sgml @@ -34,7 +34,7 @@ 2020-12-14 [3dc4cb2] --> - Pgpool-II親プロセスのすべての共有変数に単一の共有メモリセグメントを使用するとうに修正しました。(Muhammad Usama) + Pgpool-II親プロセスのすべての共有変数に単一の共有メモリセグメントを使用するように修正しました。(Muhammad Usama) 共有メモリセグメントは限られたリソースであるため、多くのセグメントを開くことは避けるべきです。 @@ -111,7 +111,7 @@ およびwatchdogライフチェックメカニズムの一貫性のないpgpool node_idの問題を修正しました。(Muhammad Usama) - pgpoolノード0(マスターwatchdog)がシャットダウンされると、すべてのpgpoolノードが異常終了する問題を修正しました。 + pgpoolノード0(リーダーwatchdog)がシャットダウンされると、すべてのpgpoolノードが異常終了する問題を修正しました。 diff --git a/doc/src/sgml/release-4.2.sgml b/doc/src/sgml/release-4.2.sgml index d9a9bbdfc..ae618ad4a 100644 --- a/doc/src/sgml/release-4.2.sgml +++ b/doc/src/sgml/release-4.2.sgml @@ -97,7 +97,7 @@ Fix for inconsistent watchdog node_id problem in and watchdog lifecheck mechanism. (Muhammad Usama) - When pgpool node 0 (master watchdog) is shutdown, all of the pgpool nodes terminate abnormally. + When pgpool node 0 (leader watchdog) is shutdown, all of the pgpool nodes terminate abnormally. This commit fixed this issue. -- 2.39.5