projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda2ece
)
Change the default value of pcp_listen_addresses from '*' to 'localhost'.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Mon, 28 Feb 2022 07:16:18 +0000
(16:16 +0900)
committer
Tatsuo 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
patch
|
blob
|
blame
|
history
diff --git
a/src/sample/pgpool.conf.sample-stream
b/src/sample/pgpool.conf.sample-stream
index 7d6a16d0fe9f3a94d7b83451d27dfa413e93da81..248f46516090ce3ba789f737cc0005001207c60d 100644
(file)
--- a/
src/sample/pgpool.conf.sample-stream
+++ b/
src/sample/pgpool.conf.sample-stream
@@
-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)