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

Muhammad Usama m.usama at gmail.com
Tue Aug 7 21:43:32 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=513da53fc9c1f4f5c5995e4ecea27d2a7ef6c827

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