[Pgpool-committers] pgpool - pgpool-II: Fix pool_send_frontend_exits() so that it checks the

User T-ishii t-ishii at pgfoundry.org
Fri Feb 20 01:34:15 UTC 2009


Log Message:
-----------
Fix pool_send_frontend_exits() so that it checks the connection to
backend if it actually exists. This is needed, for example, in the
final stae of online recovery. pgpool child holds 1 connection to
a backend. After failback one more backend added but there's no
connection to the backend.

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.139 -> r1.140)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.139&r2=1.140)


More information about the Pgpool-committers mailing list