Removed duplicate pcp_listen_address setting in src/sample/pgpool.conf.sample-stream.
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 19 Jun 2023 04:19:00 +0000 (13:19 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 19 Jun 2023 04:19:00 +0000 (13:19 +0900)
src/sample/pgpool.conf.sample-stream

index 7eb4d5a512d5fe187084bc237bf679249d8a7673..769c516cad85a4670eec53a31cd96ae65334d790 100644 (file)
@@ -60,15 +60,10 @@ backend_clustering_mode = 'streaming_replication'
 # - pgpool Communication Manager Connection Settings -
 
 #pcp_listen_addresses = 'localhost'
-                                   # what host name(s) or IP address(es) to listen on;
+                                   # what host name(s) or IP address(es) for pcp process 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)