Re: Thread-safe configuration option appears to misfunction

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Thread-safe configuration option appears to misfunction
Date: 2003-08-04 16:52:28
Message-ID: 200308041652.h74GqS624232@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


OK, I fixed a number of problems in configure with threads --- please
give it a try now. Thanks.

---------------------------------------------------------------------------

Peter Eisentraut 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.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-08-04 16:52:33 Re: Thread-safe configuration option appears to
Previous Message Bruce Momjian 2003-08-04 16:50:31 Re: Thread-safe configuration option appears to