Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Dann Corbit wrote:
>> Perhaps a portable BSD licensed threading library could be included for
>> platforms that do not have a safe thread interface.
> That seems pretty heavy.
It seems highly unlikely that you could band-aid threading over a libc
that wasn't thread safe. In any case, it's not our problem. People
running on such a platform are certainly not going to care whether libpq
is thread-safe or not.
regards, tom lane