[pgpool-committers: 3885] pgpool: Work in progress as of 2017/3/3.

Tatsuo Ishii ishii at postgresql.org
Wed Mar 29 13:22:12 JST 2017


Work in progress as of 2017/3/3.

- Fix nasty bug in pool_push_pending_data.

- (Probably) long standing bug with prool_process_query. When backend
  read buffer is not empty, checking 'A' message forgot to restore kind
  message. Which lead to "kind = 0" error in read_kind_from_backend
  later on. This may be a cause of occasional bug report.

- Fix SimpleForwardToFrontend not to use sync map.

Branch
------
bug271

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

Modified Files
--------------
src/protocol/pool_process_query.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list