Kris Jurka <books(at)ejurka(dot)com> writes:
> Compiling with ssl without thread safety still broken.
> pq_initssllib is being incorrectly guarded by ENABLE_THREAD_SAFETY.
Not to mention that it has NO business being declared at some random
place in the middle of the file. Fix committed, but some further review
of this mare's-nest seems warranted.
This file is getting to be a poster child for the reasons not to use
#ifdefs :-(
regards, tom lane