Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Martijn van Oosterhout wrote:
>> It'd be nice if we could do the same for some Unix platofrms like
>> Linux. The C library uses threads internally, and there's no actual
>> downside to enabling thread safety there, except removing a few failure
>> modes.
>
> I was not aware this was true on Linux.
It uses threads at least for the POSIX AIO calls--I'm not sure what
else.
-Doug