Fix typo in pgpool.conf.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 2 Jun 2025 10:37:39 +0000 (19:37 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 2 Jun 2025 10:44:14 +0000 (19:44 +0900)
Backpatch-through: v4.3

src/sample/pgpool.conf.sample-stream

index a838f5c5fe177a26da62f588b9ba3ce832c7975c..217e9d055ae58b4f8330cdb34a0aec6db52dbee9 100644 (file)
@@ -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