[Pgpool-committers] pgpool - pgpool-II: Remove unnecessary function declaration for

User T-ishii t-ishii at pgfoundry.org
Thu Jan 22 00:50:26 UTC 2009


Log Message:
-----------
Remove unnecessary function declaration for child_exit()

Add comments to child_exit() which had no comments at all

Modify child_exit() so that it sends terminate mesagges before
exiting. This will prevent backend process from being idle
waiting for TCP keepalive event occurs.
This is not good since a backend process may hold locking on
certain tables.

Modified Files:
--------------
    pgpool-II:
        child.c (r1.25 -> r1.26)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c.diff?r1=1.25&r2=1.26)


More information about the Pgpool-committers mailing list