From 774ffdbec67a54faa107910c5804fd8d39455d38 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Mon, 2 Jun 2025 19:37:39 +0900 Subject: [PATCH] Fix typo in pgpool.conf. Backpatch-through: v4.3 --- src/sample/pgpool.conf.sample-stream | 10 +++++----- 1 file 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 -- 2.39.5