[Pgpool-committers] pgpool - pgpool-II: Fix do_error_execute_command() so that it discards

User Kitagawa kitagawa at pgfoundry.org
Mon May 10 09:44:40 UTC 2010


Log Message:
-----------
Fix do_error_execute_command() so that it discards responses
from backend until ErrorResponse received.
Note that we need to preserve non-error responses
(i.e. ReadyForQuery) and put back them using pool_unread().
Otherwise, ReadyForQuery response of DEALLOCATE. This could
happen if PHP PDO used.

Tags:
----
V2_3_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.199 -> r1.199.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.199&r2=1.199.2.1)


More information about the Pgpool-committers mailing list