[pgpool-committers: 168] pgpool: Fix pool_send_and_wait() to send or not to send commit/abort de
Tatsuo Ishii
ishii at postgresql.org
Wed May 2 15:25:55 JST 2012
Fix pool_send_and_wait() to send or not to send commit/abort depending
on the transaction state on each node. It is possible that only
primary is in an explicit transaction but standby is not in it if
multi statement query has been sent.
Per bug report [pgpool-general-jp: 1049].
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6465b4b9cd73b448fa9c769233022e15f5381afb
Modified Files
--------------
pool_query_context.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list