Re: [HACKERS] SunOS patches

Поиск
Список
Период
Сортировка
От t-ishii@sra.co.jp
Тема Re: [HACKERS] SunOS patches
Дата
Msg-id 199803020405.NAA08233@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] SunOS patches  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [HACKERS] SunOS patches  (t-ishii@sra.co.jp)
Список pgsql-hackers
>On Mon, 2 Mar 1998, Thomas G. Lockhart wrote:
>
>> gcc -I../../include -I../../backend -I/usr/include/ncurses
>> -I/usr/include/readline -O2   -m486 -Wall -Wmissing-prototypes -I..    -c
>> pqcomm.c -o pqcomm.o
>> pqcomm.c:569: warning: no previous prototype for `StreamDoUnlink'
>> ...
>> ipc.c: In function `exitpg':
>> ipc.c:139: warning: implicit declaration of function `StreamDoUnlink'
>>
>> Seems to run OK though. Would like to get the warnings out of there for a
>> release. I didn't pay attention to Tatsuo's earlier patches since they didn't
>> directly affect my platform; where would these things be declared? Can Tatsuo
>> come up with a few more patches to fix this up? It would be worth waiting a few
>> hours on the release to get SunOS in there (the docs claim it is supported :)
>
>    What he said... :)
>
>    Tatsuo...could you send me a clean patch that fixes the above and
>includes the last patch?  I'll end up scrutinizing it in the morning, most
>likely, before applying it, but it would be nice to get it in before I
>bundle things...
>
>    As long as I'm confident that it won't affect anything or anyone
>else :)

Please give me an hour. I will work on this now.
--
Tatsuo Ishii
t-ishii@sra.co.jp

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] SunOS patches
Следующее
От: al dev
Дата:
Сообщение: Re: [QUESTIONS] Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??