[Pgpool-committers] pgpool - pgpool-II: Do not keep persistent connection to backends.

User T-ishii t-ishii at pgfoundry.org
Wed Feb 23 06:47:48 UTC 2011


Log Message:
-----------
Do not keep persistent connection to backends.
The connection may become bogus if a node down and then wake up
between replication delay checking period.
Restarting worker process is not feasible since there is a time lang
between backend down and restarting worker process.

Modified Files:
--------------
    pgpool-II:
        pool_worker_child.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_worker_child.c?r1=1.6&r2=1.7)


More information about the Pgpool-committers mailing list