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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: goran(at)bildbasen(dot)se (Goran Thyni)
Cc: jamesh(at)interpath(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] postmaster crash and .s.pgsql file
Date: 1998-01-27 15:36:05
Message-ID: 199801271536.KAA05568@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-27 15:39:34 Re: [HACKERS] Group By, NULL values and inconsistent behaviour.
Previous Message Bruce Momjian 1998-01-27 15:35:28 Re: [HACKERS] Snapshot 270198 compile error