[pgpool-committers: 4700] pgpool: Do not throw the FATAL error when the ssl server side context c

Muhammad Usama m.usama at gmail.com
Fri Apr 27 05:27:05 JST 2018


Do not throw the FATAL error when the ssl server side context creation fails.

The SSL server side context creation has been moved to the pgpool startup in
hope of achieving a little performance boost by cert auth commit, previously it
was in done in child process at session startup. And throwing a FATAL error at
startup prevents the pgpool from starting up which we do not want.

Branch
------
SCRAM_AUTH

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

Modified Files
--------------
src/main/main.c      |  6 +++-
src/utils/pool_ssl.c | 80 ++++++++++++++++++++--------------------------------
2 files changed, 36 insertions(+), 50 deletions(-)



More information about the pgpool-committers mailing list