[pgpool-committers: 1375] pgpool: Fix load balance bug in replication mode.
Tatsuo Ishii
ishii at postgresql.org
Mon Nov 4 22:00:12 JST 2013
Fix load balance bug in replication mode.
When load_balance_mode = off, SELECTs including writing function
should be sent to all the DB nodes. Per [pgpool-general: 2221].
The bug was introduced in:
http://git.postgresql.org/gitweb/?p=pgpool2.git;a=commitdiff;h=1ac45a28258074ea4d9d902aca016f970d31f311
(3.3.1).
Branch
------
V3_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3a08f373863f3eb31bba6d01ade925e9d306135c
Modified Files
--------------
pool_query_context.c | 3 ++-
test/regression/tests/001.load_balance/test.sh | 22 +++++++++++++++++++++-
2 files changed, 23 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list