[pgpool-committers: 10554] pgpool: Fix heartbeat_device treatment.
Tatsuo Ishii
ishii at postgresql.org
Mon Jun 9 13:31:02 JST 2025
Fix heartbeat_device treatment.
While processing pgpool.conf, heartbeat_device was mistakenly treated
and the first device was ignored. For example:
heartbeat_device0 = 'eth0'
the configuration process disregarded 'eth0' and acted as if no device
was set. Another example:
heartbeat_device0 = 'eth0;eth1'
"eth0" was simply ignored.
Reviewed-by: Bo Peng <pengbo at sraoss.co.jp>
Backpatch-through: v4.2
Branch
------
V4_4_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2a58f4140706f8b3c53c79bfb5a64b019f692b80
Modified Files
--------------
src/config/pool_config_variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list