[pgpool-committers: 7637] pgpool: Fix verify_backend_node_status().
Tatsuo Ishii
ishii at sraoss.co.jp
Tue Apr 27 17:31:12 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_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=cfbee46d7dac73c78b0a076a3b024d2c4be64e1d
Modified Files
--------------
src/main/pgpool_main.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list