Re: ECPG thread-safety

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ECPG thread-safety
Date: 2003-03-28 16:56:20
Message-ID: 200303282226.20016.shridhar_daithankar@nospam.persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces pgsql-patches

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.

Shridhar

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-28 17:04:00 Re: ECPG thread-safety
Previous Message Bruce Momjian 2003-03-28 16:35:08 Re: ltree patch

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2003-03-28 17:04:00 Re: ECPG thread-safety
Previous Message Shridhar Daithankar 2003-03-28 16:15:53 Re: ECPG thread-safety

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-03-28 17:04:00 Re: ECPG thread-safety
Previous Message Bruce Momjian 2003-03-28 16:36:37 Re: Deferred trigger cleanup