[Pgpool-committers] pgpool - pgpool-II: Fix cancel_request whic was not working at all.

User T-ishii t-ishii at pgfoundry.org
Tue Aug 3 01:25:27 UTC 2010


Log Message:
-----------
Fix cancel_request whic was not working at all.

Add pool_coninfo_size, pool_coninfo_num, pool_coninfo for refactering.
Current ConnectionInfo handling is awfully adhoc and hard to maintain.
These modules encapsulate the layout of ConnectionInfo on shmem somewhat.

Modified Files:
--------------
    pgpool-II:
        child.c (r1.58 -> r1.59)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c?r1=1.58&r2=1.59)
        pool_process_context.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_context.c?r1=1.3&r2=1.4)
        pool_process_context.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_context.h?r1=1.2&r2=1.3)


More information about the Pgpool-committers mailing list