Update comments in pgpool.conf.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 6 Nov 2022 01:20:28 +0000 (10:20 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 6 Nov 2022 01:23:38 +0000 (10:23 +0900)
Update comments for listen_addresses and pcp_listen_addresses.
This shoud have been done in commits:
https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=fd0efceae011c8d2c2f7c2b26dc0a738f055972e
https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=9f727c1e267f1363012a3af599b7d7515e4ec355

src/sample/pgpool.conf.sample-stream

index b87bb8da25a0cdc73f7ce3e08918f291ea645c3a..a0b02e8bb71f81b687e051b3a1b8252653600e78 100644 (file)
@@ -33,8 +33,9 @@ backend_clustering_mode = 'streaming_replication'
 # - pgpool Connection Settings -
 
 #listen_addresses = 'localhost'
-                                   # Host name or IP address to listen on:
-                                   # '*' for all, '' for no TCP/IP connections
+                                   # what host name(s) or IP address(es) to listen on;
+                                   # comma-separated list of addresses;
+                                   # defaults to 'localhost'; use '*' for all
                                    # (change requires restart)
 #port = 9999
                                    # Port number
@@ -59,9 +60,15 @@ backend_clustering_mode = 'streaming_replication'
 # - pgpool Communication Manager Connection Settings -
 
 #pcp_listen_addresses = 'localhost'
-                                   # Host name or IP address for pcp process to listen on:
-                                   # '*' for all, '' for no TCP/IP connections
-                                   # (change requires restart)
+                                   # what host name(s) or IP address(es) to listen on;
+                                   # comma-separated list of addresses;
+                                   # defaults to 'localhost'; use '*' for all
+                                   # (change requires restart)
+#pc_listen_addresses = 'localhost'
+                                   # what IP address(es) to listen on;
+                                  # comma-separated list of addresses;
+                                  # defaults to 'localhost'; use '*' for all
+                                  # (change requires restart)
 #pcp_port = 9898
                                    # Port number for pcp
                                    # (change requires restart)