[pgpool-committers: 5020] pgpool: Fixing the issue where sometimes the cached connections were ge
Muhammad Usama
m.usama at gmail.com
Fri Aug 10 05:40:33 JST 2018
Fixing the issue where sometimes the cached connections were getting dropped
We were closing the cached backend connections, when startup packet from client
is unreadable because of invalid SSL certificates.
The commit also fixes the length check of MD5 passwords when identifying the
password type from pool_passwd file
Branch
------
SCRAM_AUTH
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d0133f78385ca2e80e8fc64b747d85958b5df126
Modified Files
--------------
src/auth/pool_auth.c | 60 ++++++++++++++++++++++++++------------------------
src/auth/pool_hba.c | 4 +++-
src/auth/pool_passwd.c | 8 +++++--
3 files changed, 40 insertions(+), 32 deletions(-)
More information about the pgpool-committers
mailing list