[pgpool-committers: 1058] pgpool: Allow to load balancing in an explicit transaction in replicati

Tatsuo Ishii ishii at postgresql.org
Tue Jun 18 15:12:34 JST 2013


Allow to load balancing in an explicit transaction in replication mode.

The condition to allow the load balancing is as follows:
1) replicate_select is off
2) writing functions are used
3) transaction isolation level is not serializable
4) no DML/DDL are issued in the transaction

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=62caae201f683f35f756fedd60c610e343d599c4

Modified Files
--------------
pool_query_context.c |   18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list