[Pgpool-committers] pgpool - pgpool-II: Fix bug with load balancing such as following when

User Kitagawa kitagawa at pgfoundry.org
Tue Feb 22 07:52:22 UTC 2011


Log Message:
-----------
Fix bug with load balancing such as following when PRIMARY_NODE_ID is
not same as REAL_MASTER_NODE_ID.

testdb=> BEGIN;
BEGIN
testdb=> SELECT * FROM t1;
ERROR:  relation "t1" does not exist
LINE 1: SELECT * FROM t1;
                      ^
testdb=> SELECT * FROM t2;
 id
----
(0 rows)

testdb=> COMMIT;
ROLLBACK

Tags:
----
V3_0_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_proto_modules.c (r1.89.2.5 -> r1.89.2.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.c?r1=1.89.2.5&r2=1.89.2.6)


More information about the Pgpool-committers mailing list