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

User Y-asaba y-asaba at pgfoundry.org
Tue Feb 26 03:59:02 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:
        pool_process_query.c (r1.64 -> r1.65)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_process_query.c.diff?r1=1.64&r2=1.65)


More information about the Pgpool-committers mailing list