[pgpool-committers: 10410] pgpool: Fix IPv6 in heatbeat process.
Tatsuo Ishii
ishii at postgresql.org
Mon Apr 28 07:48:12 JST 2025
Fix IPv6 in heatbeat process.
From Pgpool-II 4.6.0, heartbeat process can handle IPv6 receiver
sockets. However, the process does not work normally if IPv6 is
disabled in the system. Like Pgpool-II main process and PostgreSQL, I
think it should work normally if IPv4 is available.
Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2025-April/004579.html
Backpatch-through: 4.6
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6b1c24b58ad3964db8c886f7a5a05c87f5ab2bf0
Modified Files
--------------
src/watchdog/wd_heartbeat.c | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
More information about the pgpool-committers
mailing list