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>