Do not throw the FATAL error when the ssl server side context creation fails.
authorMuhammad Usama <m.usama@gmail.com>
Thu, 26 Apr 2018 20:23:07 +0000 (01:23 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Thu, 26 Apr 2018 20:23:07 +0000 (01:23 +0500)
commit0c9589084b9115f17278d1e50510a8de2966260a
treed972cacfd3397a18485723c0f355bc14c54ee494
parent94d7ac4873aa9e796475cd937def137ce2f91b87
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.
src/main/main.c
src/utils/pool_ssl.c