[pgpool-committers: 9973] pgpool: Fix dynamic process management.

Tatsuo Ishii ishii at postgresql.org
Fri Jul 19 22:02:58 JST 2024


Fix dynamic process management.

Calculation of pooled_connection, which is used by the process
eviction algorithm, was not correct. The number always resulted in
max_pool. Also more comments are added.

Discussion:  [pgpool-hackers: 4490] Issue with dynamic process management
https://www.pgpool.net/pipermail/pgpool-hackers/2024-July/004491.html
Backpatch-through: master, 4.5, 4.4

Branch
------
master

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

Modified Files
--------------
src/protocol/child.c                | 5 +++++
src/protocol/pool_connection_pool.c | 9 +++++++--
2 files changed, 12 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list