Fix to allow tow pgpool-II exist in a host when watchdog enabled
authorYugo Nagata <nagata@sraoss.co.jp>
Sun, 16 Jun 2013 23:07:40 +0000 (08:07 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Sun, 16 Jun 2013 23:07:40 +0000 (08:07 +0900)
commitb7e866c9026a7b26b21ca938d7b83721906c5f3c
tree5317eeceeba9dae6acd53aa844b8c5960e35be62
parent91ce6e2fcbc0fcc35a73c187f6485f5808abbe89
Fix to allow tow pgpool-II exist in a host when watchdog enabled

New parameter heartbeat_destination_port0 is added. This is a
destination port number for sending heartbeat signals, and usually
the same value of wd_heartbeat_port. If the port number is unusable
, for example, because there are two pgpool-IIs in a host,
heatbeat_destination_port0 must be defferent than wd_heartbeat_port.
12 files changed:
doc/pgpool-en.html
doc/pgpool-ja.html
pgpool.conf.sample
pgpool.conf.sample-master-slave
pgpool.conf.sample-replication
pgpool.conf.sample-stream
pool_config.c
pool_config.l
pool_process_reporting.c
watchdog/watchdog.h
watchdog/wd_ext.h
watchdog/wd_heartbeat.c