[pgpool-committers: 469] 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
------
V3_0_STABLE

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

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



More information about the pgpool-committers mailing list