[Pgpool-committers] pgpool - pgpool-II: Fix asynchronous query handling.

User Y-asaba y-asaba at pgfoundry.org
Mon Feb 25 02:59:00 UTC 2008


Log Message:
-----------
Fix asynchronous query handling.

When ReadyForQuery message was received, pgpool set off loadbalancing
flag, internal transaction flag and so on. If client sended a Query
message before receiving the ReadyForQuery message, pgpool reported
error message.

So, we block the Query message while backend nodes process a query.

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.97 -> r1.98)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.97&r2=1.98)


More information about the Pgpool-committers mailing list