[Pgpool-committers] pgpool - pgpool-II: Fix bug that SELECT isn't sent to master node when

User Kitagawa kitagawa at pgfoundry.org
Tue Feb 15 14:37:43 UTC 2011


Log Message:
-----------
Fix bug that SELECT isn't sent to master node when the query meets
the following conditions.

- in MASTER/SLAVE mode
- use extended query protocol
- started transaction explicitly
- after write queries

It's necessary to use REAL_MASTER_NODE macro for the judgement of
whether an query is in the transaction.

Tags:
----
V3_0_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_query_context.c (r1.32.2.3 -> r1.32.2.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_query_context.c?r1=1.32.2.3&r2=1.32.2.4)


More information about the Pgpool-committers mailing list