Start health check process at failback.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 22 Jun 2018 08:27:16 +0000 (17:27 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 22 Jun 2018 08:27:16 +0000 (17:27 +0900)
commitf9149dd4992eb6cbbbdf5d8a3f0a00ef2c0f3071
tree17374ac12f37f55e0b8be6096aee60b6530bd05e
parent691cc056c60f5e12b2eab15763860a61912a2765
Start health check process at failback.

Health check process will not start if a backend node is in down
status when Pgpool-II starts.  However when the node fails back,
health check should start so that it can detects the failure of the
node.

Per bug 407.
src/main/pgpool_main.c