Re: [HACKERS] SunOS patches

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] SunOS patches
Дата
Msg-id Pine.BSF.3.96.980301230508.230Z-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Re: [HACKERS] SunOS patches  (t-ishii@sra.co.jp)
Ответы Re: [HACKERS] SunOS patches  (t-ishii@sra.co.jp)
Список pgsql-hackers
On Mon, 2 Mar 1998 t-ishii@sra.co.jp wrote:

>
> included are patches for Feb 26 snapshot. I hope these are the last
> patches for SunOS port:-)

    Ack!

> P.S. I didn't see my patches to tempalte/.similar in Mar 1
> snapshot. Should I repost the patches?
> ---
> Tatsuo Ishii
> t-ishii@sra.co.jp
> ----------------------------------------------------------------------
> *** backend/libpq/pqcomm.c.orig    Fri Feb 27 14:07:52 1998
> --- backend/libpq/pqcomm.c    Fri Feb 27 14:08:50 1998
> ***************
> *** 564,571 ****
>    * Shutdown routine for backend connection
>    * If a Unix socket is used for communication, explicitly close it.
>    */
> ! static void
> ! do_unlink()
>   {
>       if (sock_path[0])
>           unlink(sock_path);
> --- 564,571 ----
>    * Shutdown routine for backend connection
>    * If a Unix socket is used for communication, explicitly close it.
>    */
> ! void
> ! StreamDoUnlink()


    What breaks by renaming this function?? :(

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


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

Предыдущее
От: t-ishii@sra.co.jp
Дата:
Сообщение: Re: [HACKERS] Open 6.3 issues
Следующее
От: t-ishii@sra.co.jp
Дата:
Сообщение: Re: [HACKERS] SunOS patches