Tom Lane wrote:
> Kris Jurka <[EMAIL PROTECTED]> 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. F
Kris Jurka <[EMAIL PROTECTED]> 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 furth