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

From Larry Rosenman
Subject Re: Thread-safe configuration option appears to
Date
Msg-id 59340000.1060013208@lerlaptop-red.iadfw.net
Whole thread Raw
In response to Re: Thread-safe configuration option appears to misfunction  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Thread-safe configuration option appears to misfunction
List pgsql-hackers

--On Monday, August 04, 2003 17:54:41 +0200 Peter Eisentraut 
<peter_e@gmx.net> wrote:

> 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.
I think we WANT to do that for libpq so it can be used in a threaded app, 
since there
is no libc_r on Linux to the best of my knowledge.

I intend that to happen on UnixWare as well.

LER



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Thread-safe configuration option appears to misfunction
Next
From: "scott.marlowe"
Date:
Subject: Re: "truncate all"?