[pgpool-committers: 6792] pgpool: Fix miscount of connection_count

Takuma Hoshiai hoshiai at sraoss.co.jp
Mon Jun 22 11:46:10 JST 2020


Fix miscount of connection_count

There is a possibility that  pgpool duplicate the count down of conections
when query cancel such as pg_terminate_backend() commmand.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=32c63704a2798c18b5be68b60166ce55c90101d8

Modified Files
--------------
src/protocol/child.c                                       |  3 +++
src/test/regression/tests/073.pg_terminate_backend/test.sh | 14 +++++++++++++-
2 files changed, 16 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list