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

Takuma Hoshiai hoshiai at sraoss.co.jp
Mon Jun 22 11:47:36 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
------
V3_6_STABLE

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

Modified Files
--------------
src/protocol/child.c | 3 +++
1 file changed, 3 insertions(+)



More information about the pgpool-committers mailing list