Re: Thread-safe configuration option appears to misfunction - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Thread-safe configuration option appears to misfunction
Date
Msg-id Pine.LNX.4.56.0308041753530.915@krusty.credativ.de
Whole thread Raw
In response to Re: Thread-safe configuration option appears to misfunction  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Thread-safe configuration option appears to
Re: Thread-safe configuration option appears to misfunction
List pgsql-hackers
Bruce Momjian writes:

> Peter Eisentraut wrote:
> > Is it intended that libpq is always compiled with the so-called
> > "thread-safe" compiler option, regardless of whether I used
> > --enable-thread-thing?
>
> It certainly should not be doing that, but my OS has no thread flags, so
> I am not seeing it here.  What exactly do you see?

It's using -D_REENTRANT etc. (linux template) when compiling libpq.

-- 
Peter Eisentraut   peter_e@gmx.net


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: problem with RH7.3 Pg7.3.4 binaries
Next
From: Larry Rosenman
Date:
Subject: Re: Thread-safe configuration option appears to