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

Tatsuo Ishii ishii at postgresql.org
Mon Jun 4 00:53:14 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].

Branches
--------
feature/watchdog
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