[pgpool-committers: 165] pgpool: Fix pool_send_and_wait() to send or not to send commit/abort de

Tatsuo Ishii ishii at postgresql.org
Tue May 1 13:12:07 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
------
V3_1_STABLE

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

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



More information about the pgpool-committers mailing list