[pgpool-committers: 498] 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
------
V3_1_STABLE

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

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



More information about the pgpool-committers mailing list