summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii2025-06-02 10:37:39 +0000
committerTatsuo Ishii2025-06-02 10:44:14 +0000
commit774ffdbec67a54faa107910c5804fd8d39455d38 (patch)
tree5677fe49c989c51f8f9c20ef4f5afbabd3b32de0 /src
parent605ce0d7219c4623d898bf65487669a6aa3cac1a (diff)
Fix typo in pgpool.conf.
Backpatch-through: v4.3
Diffstat (limited to 'src')
-rw-r--r--src/sample/pgpool.conf.sample-stream10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sample/pgpool.conf.sample-stream b/src/sample/pgpool.conf.sample-stream
index a838f5c5f..217e9d055 100644
--- a/src/sample/pgpool.conf.sample-stream
+++ b/src/sample/pgpool.conf.sample-stream
@@ -828,17 +828,17 @@ backend_clustering_mode = 'streaming_replication'
#wd_lost_node_removal_timeout = 0s
# Timeout after which the cluster membership of LOST watchdog
- # nodes gets revoked. After that the node node does not
- # count towards the quorum and consensus computations
- # setting timeout to 0 will never revoke the membership
+ # nodes gets revoked. After that the node does not
+ # count towards the quorum and consensus computations.
+ # Setting timeout to 0 will never revoke the membership
# of LOST nodes
#wd_no_show_node_removal_timeout = 0s
# Time to wait for Watchdog node to connect to the cluster.
# After that time the cluster membership of NO-SHOW node gets
# revoked and it does not count towards the quorum and
- # consensus computations
- # setting timeout to 0 will not revoke the membership
+ # consensus computations.
+ # Setting timeout to 0 will not revoke the membership
# of NO-SHOW nodes