Some changes in release note 3.1-3.6.
authorpengbo <pengbo@sraoss.co.jp>
Mon, 26 Dec 2016 02:35:42 +0000 (11:35 +0900)
committerpengbo <pengbo@sraoss.co.jp>
Mon, 26 Dec 2016 02:37:20 +0000 (11:37 +0900)
doc.ja/src/sgml/release-3.4.sgml
doc/src/sgml/release-3.5.sgml

index 9d0bde25bda1e33b77e65e23e77558952513975d..e1a5648b3723e402f2adfc121dfb4ae8053ee840 100644 (file)
@@ -66,34 +66,6 @@ wd_authkeyは、HMAC SHA-256ハッシングを使用するようになりまし
        </para>
       </listitem>
 
-      <listitem>
-       <!--
-           2016-12-06 [336e932]
-         -->
-       <para>
-    <!--
-         Fix a race condition in a signal handler per bug 265. (Tatsuo Ishii)
-      -->
-シグナルハンドラでの競合状態を修正しました。(bug 265) (Tatsuo Ishii)
-       </para>
-       <para>
-    <!--
-         In child.c there's signal handler which calls elog. Since the signal
-         handler is not blocked against other signals while processing, deadlock
-         could occur in the system calls in the pgpool shutdown sequence. To
-         fix the problem, now the signal handler is blocked by using
-         POOL_SETMASK.
-      -->
-child.cには、elogを呼び出すシグナルハンドラがあります。 シグナルハンドラは処理中に他のシグナルに対してブロックされないため、pgpoolのシャットダウンシーケンスでシステムコールにデッドロックが発生する可能性がありました。 この問題を解決するために、シグナルハンドラはPOOL_SETMASKを使用してブロックされるように修正しました。
-       </para>
-       <para>
-    <!--
-         Ideally we should avoid calling elog in signal handlers though.
-      -->
-理想的にはシグナルハンドラでelogを呼び出すことを避けるべきです。
-       </para>
-      </listitem>
-
       <listitem>
        <!--
            2016-10-27 [1fe3ab1]
index d0566d8c1f8ac6653bef46757c836838d4ba625a..a905b88e712e20b403fcf7d1defd7312172b4540 100644 (file)
            2016-10-18 [8da0e7f]
          -->
        <para>
-         Fix for 0000252: authentication failed error when PCP command is cancelled... (Muhammad Usama)
+         Fix authentication failed error when PCP command is cancelled. (bug 252) (Muhammad Usama)
        </para>
       </listitem>
 
          Prior default value 10 seconds is sometimes too short for a standby to
          be promoted.
        </para>
-       <para>
-         Per [pgpool-general: 5026].
-       </para>
       </listitem>
 
       <listitem>
            2016-09-21 [b306e04]
          -->
        <para>
-         Fix the case when all backends are down then 1 node attached. (Tatsuo Ishii)
+         Fix the case when all backends are down then 1 node attached. (bug 248) (Tatsuo Ishii)
        </para>
        <para>
          When all backends are down, no connection is accepted. Then 1
          are fine). Solution is, if all nodes are down, force to restart all
          pgpool child.
        </para>
-       <para>
-         Per bug 248.
-       </para>
       </listitem>
 
       <listitem>