Fix confusing comments in pgpool.conf
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 20 May 2016 17:48:18 +0000 (02:48 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 20 May 2016 17:53:40 +0000 (02:53 +0900)
pgpool.conf.sample
pgpool.conf.sample-master-slave
pgpool.conf.sample-replication
pgpool.conf.sample-stream

index 4db6bc3a4eb068d474b39bb0e464c1e59c3be2e5..b6bd51ad7699fa29e87264783aeae21f6d562686 100644 (file)
@@ -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 -
index 7b8d9fafd7b8ca9829bb3c627f6c701398daba47..b5d5774ee3e7dc4f16e3721944c2872697d931f5 100644 (file)
@@ -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 -
index 427680fe2729da2339a862d4ebaaf9080fa08250..f7a9209a6d7f397d28dabe6034eee17df0c03925 100644 (file)
@@ -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 -
index 8923e903b6831249a8266992ee51637747219a5e..796530ca8bc833643ca232b5bf6bcd03ce2a10ca 100644 (file)
@@ -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 -