Re: Thread-safe configuration option appears to

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Thread-safe configuration option appears to
Date: 2003-08-05 01:24:20
Message-ID: 15920000.1060046660@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

As soon as a beta tarball shows up, I'll cut changes for UnixWare for
--enable-threads,
and also to do -D_REENTRANT anyway on UnixWare.

What about Kean's change to allow absolute DT_SONAME's?

Can that get applied, and used for SCO and UnixWare?

LER

--On Monday, August 04, 2003 18:16:02 -0400 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:

>> Let's not go there. I'm not involved in the IP fight, but I am a USER
>> on that
>> platform, and SCO is thinking ****SERIOUSLY**** about shipping PG on the
>> Platform
>> as part of their extensions offering.
>>
>> What the fr*** harm is it in passing -D_REENTRANT into the libpq build
>> on UnixWare
>> irregardless of the --with-threads* flag?
>>
>> Same argument for allowing the PORT to determine whether to allow/permit
>> the full
>> pathname in for DT_SONAME.
>
> We did have a discussion on whether we should enable threading by
> default, and the issue was that we don't even have enough platforms
> supported at this point, so by running configure with the thread flag,
> you are asking us to generate a threaded libpq and ecpg, and we will
> fail if we can't.
>
> On BSD/OS, that flag does nothing (the binaries are the same), but we
> have the flag so people can know if their libs are thread-safe. I think
> the template files are the way to go at this point. If we support
> threads on all/most of our platforms, we can think about doing something
> by default.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-08-05 01:29:54 Re: DROP TYPE/DROP DOMAIN
Previous Message Lamar Owen 2003-08-04 23:04:53 Re: problem with RH7.3 Pg7.3.4 binaries