[Pgpool-committers] pgpool - pgpool-II: Remove unused argument

User T-ishii t-ishii at pgfoundry.org
Sat Jan 9 09:10:11 UTC 2010


Log Message:
-----------
Remove unused argument first_ready_for_query_received from
pool_process_query.  Also change argument "connection_reuse" to
reset_request which is more appropreate one.
While processing reset_request is true, we don't read from frontend
any data because after received terminate request, anything from
from frontend must be bogus and should be ignored.
Remove unsed variable first_ready_for_query_received from do_child.

Modified Files:
--------------
    pgpool-II:
        pool.h (r1.49 -> r1.50)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool.h?r1=1.49&r2=1.50)
        child.c (r1.38 -> r1.39)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c?r1=1.38&r2=1.39)
        pool_process_query.c (r1.185 -> r1.186)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.185&r2=1.186)


More information about the Pgpool-committers mailing list