Fix failover(). Before it only restarts worker child only when pgpool
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 4 Mar 2012 02:13:25 +0000 (11:13 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 24 Mar 2012 02:48:07 +0000 (11:48 +0900)
commit3a746db8869ba29484d2d17bb919ac567e29a28e
tree32ab89f5c36d1cfb84f7d60da39f071df8d07e0d
parent43cab308ea58b9ee830acb3356b624d402aa810e
Fix failover(). Before it only restarts worker child only when pgpool
child do not need restart. This is wrong. We need to restart worker
child in any case. Otherwise it continues to send replication time lag
check request to down the node.
main.c