[pgpool-committers: 7382] pgpool: Fix bug child_max_connections is not respected if ERROR occurs.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Jan 1 11:46:35 JST 2021


Fix bug child_max_connections is not respected if ERROR occurs.

When frontend aborts, the counter for child_max_connections is rewound
because ereport(ERROR) issues long jump. Fix is declaring the variable
with volatile qualifier. This is a long standing bug, probably since
child_max_connections was introduced.

Branch
------
V3_6_STABLE

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

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



More information about the pgpool-committers mailing list