[pgpool-committers: 5721] pgpool: Fix the wrong error message "ERROR: connection cache is full",
Bo Peng
pengbo at sraoss.co.jp
Thu May 9 17:36:00 JST 2019
Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down.
When all backend nodes are down, Pgpool-II throws an uncorrect
error message "ERROR: connection cache is full". Change the error
message to "all backend nodes are down, pgpool requires at least one valid node".
per bug487.
https://www.pgpool.net/mantisbt/view.php?id=487
Branch
------
V3_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5ec997d951f6cad08eac8b0a79fc1e74dd1b8fe3
Modified Files
--------------
src/protocol/child.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list