[Pgpool-committers] pgpool - pgpool-II: SIGALRM handler didn't safe because it called

User Y-asaba y-asaba at pgfoundry.org
Thu Jul 26 09:03:04 UTC 2007


Log Message:
-----------
SIGALRM handler didn't safe because it called non-reentrant functions.
We only set a flag in SIGALRM handler. Then we close expired
connections in safe places.

Tags:
----
V1_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_connection_pool.c (r1.6.2.1 -> r1.6.2.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_connection_pool.c.diff?r1=1.6.2.1&r2=1.6.2.2)
        pool.h (r1.5.2.4 -> r1.5.2.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool.h.diff?r1=1.5.2.4&r2=1.5.2.5)
        child.c (r1.5.2.1 -> r1.5.2.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c.diff?r1=1.5.2.1&r2=1.5.2.2)


More information about the Pgpool-committers mailing list