Re: [HACKERS] postmaster crash and .s.pgsql file

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] postmaster crash and .s.pgsql file
Дата
Msg-id 199801271536.KAA05568@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] postmaster crash and .s.pgsql file  (Goran Thyni <goran@bildbasen.se>)
Список pgsql-hackers
>
>
> Sorry,
> last patch wrong.
> This is the right one:

Applied.  I don't know what other patch you are mentioning.

>
> diff -c src/backend/postmaster/postmaster.c.orig src/backend/postmaster/postmaster.c
> *** src/backend/postmaster/postmaster.c.orig    Mon Jan 26 08:46:08 1998
> --- src/backend/postmaster/postmaster.c    Tue Jan 27 09:37:45 1998
> ***************
> *** 473,479 ****
>       int            i;
>
>       if (fork())
> !         exit(0);
>   /* GH: If there's no setsid(), we hopefully don't need silent mode.
>    * Until there's a better solution.
>    */
> --- 473,479 ----
>       int            i;
>
>       if (fork())
> !         _exit(0);
>   /* GH: If there's no setsid(), we hopefully don't need silent mode.
>    * Until there's a better solution.
>    */
>
>


--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Snapshot 270198 compile error
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Group By, NULL values and inconsistent behaviour.