Re: Thread-safe configuration option appears to misfunction

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Thread-safe configuration option appears to misfunction
Date: 2003-08-04 15:54:41
Message-ID: Pine.LNX.4.56.0308041753530.915@krusty.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message scott.marlowe 2003-08-04 16:03:27 Re: "truncate all"?
Previous Message Joe Conway 2003-08-04 15:53:24 Re: problem with RH7.3 Pg7.3.4 binaries