From: Tatsuo Ishii Date: Mon, 12 Dec 2022 05:48:06 +0000 (+0900) Subject: Doc: fix typo. X-Git-Tag: V4_4_1~13 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a847140d11dc30167bab0c64b38df04f680c8628;p=pgpool2.git Doc: fix typo. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index e05c76473..d4ef351e6 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -320,7 +320,7 @@ default_transaction_isolation = 'repeatable read' num_init_children number of child process at startup, and each child process keeps listening for incoming client connection. While with dynamic process management mode, - Pgpool-II keeps track of idle processes and forks or kills + Pgpool-II keeps track of idle processes and forks or kills processes to keep this number within the specified boundaries.