Re: compiling with ssl without thread safety still broken - Mailing list pgsql-patches

From Tom Lane
Subject Re: compiling with ssl without thread safety still broken
Date
Msg-id 1116.1080357165@sss.pgh.pa.us
Whole thread Raw
In response to compiling with ssl without thread safety still broken  (Kris Jurka <books@ejurka.com>)
Responses Re: compiling with ssl without thread safety still broken
List pgsql-patches
Kris Jurka <books@ejurka.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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: APC/socket fix (final?)
Next
From: Alvaro Herrera
Date:
Subject: Removing cruft in access/transam/xact.c