Doc: enhance child_life_time document.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 3 Jun 2025 10:33:09 +0000 (19:33 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 3 Jun 2025 10:33:09 +0000 (19:33 +0900)
Backpatch-through: v4.2

doc.ja/src/sgml/connection-pooling.sgml
doc/src/sgml/connection-pooling.sgml

index 7f50d56791f6804086970064eb460a692ef3fe9b..50b7a23c6feeb689d4896cfe872cdbd8bcc8823c 100644 (file)
@@ -293,7 +293,7 @@ pgbench -n -S -p 9999 -c 32 -C -S -T 300 test
       memory leaks and other unexpected errors in <productname>Pgpool-II
      </productname> children.
       -->
-      <productname>Pgpool-II</productname>の子プロセスがアイドル状態のままでいるときに、それを強制終了するまでの時間を秒単位で指定します。
+      クライアントが<productname>Pgpool-II</productname>の子プロセスに接続しないアイドル状態のままでいるときに、それを強制終了するまでの時間を秒単位で指定します。
       <varname>child_life_time</varname>により終了された時には、すぐに新しい子プロセスが<productname>Pgpool-II</productname>により起動されます。
       <varname>child_life_time</varname>は<productname>Pgpool-II</productname>子プロセスのメモリリークやその他の不測のエラーに備えた予防措置です。
      </para>
index 3301bd4a9f0a65f849bec28f605fbdd0a46c396e..9f6a751cd7532c28140db17117a77937f77a39d5 100644 (file)
     </term>
     <listitem>
      <para>
-      Specifies the time in seconds to terminate a <productname>Pgpool-II
-      </productname> child process if it remains idle. The new child process
+      Specifies the time in seconds to terminate
+      a <productname>Pgpool-II
+      </productname> child process if it remains idle because no client is connecting to it.
+      The new child process
       is immediately spawned by <productname>Pgpool-II</productname> when it
       is terminated because of <varname>child_life_time</varname>.
       <varname>child_life_time</varname> is a measure to prevent the
       memory leaks and other unexpected errors in <productname>Pgpool-II
+
       </productname> children.
      </para>
      <note>