[pgpool-committers: 471] pgpool: Fix pool_process_query() bug reported in [pgpool-general: 672].

Tatsuo Ishii ishii at postgresql.org
Mon Jul 9 07:36:19 JST 2012


Fix pool_process_query() bug reported in [pgpool-general: 672].
> For some reason, this transaction was aborted, client disconnected
> from pgpool, pgpool aborted the transaction on the slave server
> (192.168.10.11) but not on the master (192.168.10.55).
This is caused by the function waits for primary node which does not
have pending data, while standbys have pending data.

Branch
------
master

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

Modified Files
--------------
pool_process_query.c |    6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list