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

Takuma Hoshiai hoshiai at sraoss.co.jp
Mon Jun 22 11:46:39 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
------
V4_1_STABLE

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

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