From: Tatsuo Ishii Date: Fri, 20 May 2016 17:48:18 +0000 (+0900) Subject: Fix confusing comments in pgpool.conf X-Git-Tag: V3_1_19~9 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f2a290fa2bf0d254a0c5a664c77afcc0f706ee17;p=pgpool2.git Fix confusing comments in pgpool.conf --- diff --git a/pgpool.conf.sample b/pgpool.conf.sample index 4db6bc3a4..b6bd51ad7 100644 --- a/pgpool.conf.sample +++ b/pgpool.conf.sample @@ -104,13 +104,13 @@ ssl = off # POOLS #------------------------------------------------------------------------------ -# - Pool size - +# - Concurrent session and pool size - num_init_children = 32 - # Number of pools + # Number of concurrent sessions allowed # (change requires restart) max_pool = 4 - # Number of connections per pool + # Number of connection pool caches per connection # (change requires restart) # - Life time - diff --git a/pgpool.conf.sample-master-slave b/pgpool.conf.sample-master-slave index 7b8d9fafd..b5d5774ee 100644 --- a/pgpool.conf.sample-master-slave +++ b/pgpool.conf.sample-master-slave @@ -104,13 +104,13 @@ ssl = off # POOLS #------------------------------------------------------------------------------ -# - Pool size - +# - Concurrent session and pool size - num_init_children = 32 - # Number of pools + # Number of concurrent sessions allowed # (change requires restart) max_pool = 4 - # Number of connections per pool + # Number of connection pool caches per connection # (change requires restart) # - Life time - diff --git a/pgpool.conf.sample-replication b/pgpool.conf.sample-replication index 427680fe2..f7a9209a6 100644 --- a/pgpool.conf.sample-replication +++ b/pgpool.conf.sample-replication @@ -104,13 +104,13 @@ ssl = off # POOLS #------------------------------------------------------------------------------ -# - Pool size - +# - Concurrent session and pool size - num_init_children = 32 - # Number of pools + # Number of concurrent sessions allowed # (change requires restart) max_pool = 4 - # Number of connections per pool + # Number of connection pool caches per connection # (change requires restart) # - Life time - diff --git a/pgpool.conf.sample-stream b/pgpool.conf.sample-stream index 8923e903b..796530ca8 100644 --- a/pgpool.conf.sample-stream +++ b/pgpool.conf.sample-stream @@ -104,13 +104,13 @@ ssl = off # POOLS #------------------------------------------------------------------------------ -# - Pool size - +# - Concurrent session and pool size - num_init_children = 32 - # Number of pools + # Number of concurrent sessions allowed # (change requires restart) max_pool = 4 - # Number of connections per pool + # Number of connection pool caches per connection # (change requires restart) # - Life time -