[pgpool-committers: 7638] pgpool: Fix verify_backend_node_status().

Tatsuo Ishii ishii at sraoss.co.jp
Tue Apr 27 17:31:17 JST 2021


Fix verify_backend_node_status().

It is possible that backend_hostname is Unix domain socket but
wal_receiver connects via TCP/IP localhost.
verify_backend_node_status() should accept this as normal.  This
actually happened in the Pgpool-II cluster created by pgpool_setup.  I
found this while testing detach_false_primary.

Branch
------
V4_1_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ddc4bbac130f6c2446ef6e333ed9151ef3e5e1f8

Modified Files
--------------
src/main/pgpool_main.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list