Re: Beta2 Tag'd and Bundled ...

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: Beta2 Tag'd and Bundled ...
Дата
Msg-id 32130000.1062214003@lerlaptop.lerctr.org
обсуждение исходный текст
Ответ на Re: Beta2 Tag'd and Bundled ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

--On Friday, August 29, 2003 23:25:06 -0400 Bruce Momjian 
<pgman@candle.pha.pa.us> wrote:

> Marc G. Fournier wrote:
>>
>> > SUPPORTS_THREADS=yes
>> > NEED_REENTRANT_FUNC_NAMES=yes
>> > THREAD_CFLAGS = "$THREAD_CFLAGS -D_REENTRANT"
>> > $
>> >
>> > note the last line before the prompt.
>>
>> Check current CVS ... now that Bruce has caught up on his email (or made
>> a dent in it) after being away, looks like he's committed the fix:
>>
>> SUPPORTS_THREADS=yes
>> NEED_REENTRANT_FUNC_NAMES=yes
>> THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
>
> I didn't realize that space was there until he just posted it --- that I
> could have fixed easily.
>
> The major holding point is that SCO is going to require we specify each
> *_r function required for threading.  SCO doesn't have strerror_r, but
> needs the others.  That is going to be three functions call options to
> be defined per platform we support.  I need to know the cleanest way of
> attacking that, so I don't break more platforms.

Actually, we **ONLY** have getpwuid_r, not gethostbyname_r nor strerror_r

LER


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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Beta2 Tag'd and Bundled ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Beta2 Tag'd and Bundled ...