Change the default value of pcp_listen_addresses from '*' to 'localhost'.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 28 Feb 2022 07:16:18 +0000 (16:16 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 28 Feb 2022 07:16:18 +0000 (16:16 +0900)
Sync with compiled default.

src/sample/pgpool.conf.sample-stream

index 7d6a16d0fe9f3a94d7b83451d27dfa413e93da81..248f46516090ce3ba789f737cc0005001207c60d 100644 (file)
@@ -52,7 +52,7 @@ backend_clustering_mode = 'streaming_replication'
 
 # - pgpool Communication Manager Connection Settings -
 
-#pcp_listen_addresses = '*'
+#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)