[pgpool-committers: 3199] pgpool: Fix is_set_transaction_serializable() when

pengbo pengbo at sraoss.co.jp
Mon May 9 14:58:16 JST 2016


Fix is_set_transaction_serializable() when
SET default_transaction_isolation TO 'serializable'.

SET default_transaction_isolation TO 'serializable' is sent to
not only primary but also to standby server in streaming replication mode,
and this causes an error. Fix is, in streaming replication mode,
SET default_transaction_isolation TO 'serializable' is sent only to the
primary server.

See bug 191 for related info.

Branch
------
V3_3_STABLE

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

Modified Files
--------------
pool_query_context.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list