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:33 +0000 (02:53 +0900)
pgpool.conf.sample
pgpool.conf.sample-master-slave
pgpool.conf.sample-replication
pgpool.conf.sample-stream

index 5b2d42c12a65c16065baa10c84a9cb65b273785a..1ea4ae4be9da4ac658fd4141f43a0656881778e1 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 b2a714727d147c0e2684b49e398da7845ac3b82b..2a8f1c6dc36ea8824dcfae1f426cb02c01ce3cd4 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 d955c0ed7175bee46da2e260dd6280ac179e8dee..4ce83eda7ff328b29684e044ec97049881d5226e 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 3e252ea1d62b14821e8c6e39414b308a46138bfc..385e6e15add81d67b41905dfeb81345c4b12959a 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 -