[pgpool-committers: 10557] pgpool: Fix heartbeat_device treatment.

Tatsuo Ishii ishii at postgresql.org
Mon Jun 9 13:31:18 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
------
master

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

Modified Files
--------------
src/config/pool_config_variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list