Re: [HACKERS] ECPG thread-safety - Mailing list pgsql-patches

From Rod Taylor
Subject Re: [HACKERS] ECPG thread-safety
Date
Msg-id 1053970321.10179.13.camel@jester
Whole thread Raw
In response to Re: [HACKERS] ECPG thread-safety  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] ECPG thread-safety  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Mon, 2003-05-26 at 13:06, Bruce Momjian wrote:
> Shridhar Daithankar wrote:
> > On Friday 28 March 2003 21:45, you wrote:
> > > For testing the library, I think it is enough to init an thread attr. like
> > > pthread_init_attr, that should be enough to test header and library.
> >
> > And compiler flags, I forgot.. -pthread on freeBSD/gcc and -D_REENTRANT on
> > linux at least. FreeBSD needs _THREAD_SAFE as well IIRC.
>
> Are you saying FreeBSD actually has a -pthread compiler flag?  And Linux
> needs REENTRANT.  We can do that.  Here is an updated patch.  Of course,
> I need to run autoconf too.

If I'm not mistaken, you use -lpthread on FreeBSD 4.x, and -lc_r on
FreeBSD 5.x.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] ECPG thread-safety
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] ECPG thread-safety