[pgpool-committers: 499] pgpool: Fix send_to_where() when SET TRANSACTION ISOLATION LEVEL SERIAL

Tatsuo Ishii ishii at postgresql.org
Fri Jul 13 15:38:18 JST 2012


Fix send_to_where() when SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
case in streaming replication mode. It is sent to not only primary but
also to standby and of course this causes an error.
Similar SQLs are:
 SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL SERIALIZABLE or
 SET transaction_isolation TO 'serializable'
 SET default_transaction_isolation TO 'serializable'

Original complain is [pgpool-general: 715].

Branch
------
master

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

Modified Files
--------------
pool_query_context.c |   10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)



More information about the pgpool-committers mailing list