[Pgpool-committers] pgpool - pgpool-II: Fix SimpleQuery() to properly check extended query

User T-ishii t-ishii at pgfoundry.org
Fri Apr 3 13:30:28 UTC 2009


Log Message:
-----------
Fix SimpleQuery() to properly check extended query related commands.
Before it ignores them if query is not NULL. This is problematic if
frontend == NULL, which could happen with queries defined in
reset_query_list. The bug had been there since 2.1 BTW.

Modified Files:
--------------
    pgpool-II:
        pool_proto_modules.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.c.diff?r1=1.6&r2=1.7)


More information about the Pgpool-committers mailing list