Doc: fix log_standy_delay description.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 20 Nov 2020 01:10:45 +0000 (10:10 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 20 Nov 2020 01:19:42 +0000 (10:19 +0900)
The description failed to explain actual behavior when
log_standy_delay = always is set. In fact it does not log if the
streaming delay is not greater than 0. Also added that 'none' is the
compiled default. Removed duplicate description in Japanese doc.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2020-November/003849.html

doc.ja/src/sgml/stream-check.sgml
doc/src/sgml/stream-check.sgml

index 8d8b5077a2698ad603d31cd83c33b3de4d87793e..4a88a21d93e0e27d3743c56d8fe773bae6283f75 100644 (file)
      -->
      レプリケーションの遅延状況をログ出力する条件を指定します。
      以下の表にこのパラメータでとることができる値のリストを示します。
-     'none'を指定すると、ログを出力しません。 'always'ならレプリケーションの遅延チェックを実行するたびに必ず出力します。 'if_over_threshold'を指定すると、delay_thresholdを超えたときだけ ログが出力されます。 デフォルト値は'none'です。
     </para>
 
     <table id="log-standby-delay-table">
        <!--
        <entry>Never log the standby delay</entry>
        -->
-       <entry>スタンバイの遅延はログ出力されない</entry>
+       <entry>スタンバイの遅延はログ出力されない (デフォルト)</entry>
        </row>
 
        <row>
        <!--
        <entry>Log the standby delay, every time the replication delay is checked</entry>
        -->
-       <entry>レプリケーション遅延がチェックされる度に、スタンバイの遅延がログ出力される</entry>
+       <entry>ã\82¹ã\82¿ã\83³ã\83\90ã\82¤ã\81®é\81\85å»¶ã\81\8c\82\88ã\82\8a大ã\81\8dã\81\91ã\82\8cã\81°ã\80\81ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³é\81\85å»¶ã\81\8cã\83\81ã\82§ã\83\83ã\82¯ã\81\95ã\82\8cã\82\8b度ã\81«ã\80\81ã\82¹ã\82¿ã\83³ã\83\90ã\82¤ã\81®é\81\85å»¶ã\81\8cã\83­ã\82°å\87ºå\8a\9bã\81\95ã\82\8cã\82\8b</entry>
        </row>
 
        <row>
index 575a6cc84b223cae65e0747f5cd4fd0af924d753..ac872ad30ac93cec69f56d60e9141f433f3bc5f5 100644 (file)
       <tbody>
        <row>
        <entry><literal>'none'</literal></entry>
-       <entry>Never log the standby delay</entry>
+       <entry>Never log the standby delay (the default)</entry>
        </row>
 
        <row>
        <entry><literal>'always'</literal></entry>
-       <entry>Log the standby delay, every time the replication delay is checked</entry>
+       <entry>Log the standby delay if it's greater than 0, every time the replication delay is checked</entry>
        </row>
 
        <row>