From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...) |
Date: | 2003-08-30 05:08:45 |
Message-ID: | 4780000.1062220125@lerlaptop.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
--On Saturday, August 30, 2003 00:51:01 -0400 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> Larry Rosenman wrote:
>> > Yes, and that is the complex part because _some_ non-*_r functions are
>> > thread-safe, and some are not. I have to determine if we have other
>> > such platforms before I figure out how to fix it in the cleanest way.
>> >
>> > In most platforms that are like this, I think, they have all the *_r
>> > functions even if all of them are not required.
>> well, this is not true on FreeBSD.
>>
>> it does NOT have gethostbyname_r (on 5.1-CURRENT as of last nite).
>>
>> It does have getpwuid_r and strerror_r.
>
> Yes, but it doesn't require those *_r functions. It uses a separate
> library. It has them around only for compatibility, or so I am told.
>
> Seems netbsd also needs them, but it seems it has them all.
The only two platforms I have are FreeBSD and UnixWare.
So, I can't help more here.
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Johnson | 2003-08-30 05:21:17 | Re: Hardware recommendations to scale to silly load |
Previous Message | Bruce Momjian | 2003-08-30 04:51:01 | Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...) |