[Pgpool-committers] pgpool - pgpool-II: Fix portal handling in extended query protocol.

User Kitagawa kitagawa at pgfoundry.org
Tue Oct 12 11:39:38 UTC 2010


Log Message:
-----------
Fix portal handling in extended query protocol.
Now, prepared statements and portals are closed separately.
This issue is possible to reappear by a program using setFetchSize(1) of JDBC.

Modified Files:
--------------
    pgpool-II:
        pool_proto_modules.c (r1.86 -> r1.87)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.c?r1=1.86&r2=1.87)
        pool_session_context.h (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_session_context.h?r1=1.19&r2=1.20)
        pool_session_context.c (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_session_context.c?r1=1.23&r2=1.24)


More information about the Pgpool-committers mailing list