Re: [HACKERS] postmaster crash and .s.pgsql file - Mailing list pgsql-hackers

From Goran Thyni
Subject Re: [HACKERS] postmaster crash and .s.pgsql file
Date
Msg-id 19980127083942.3386.qmail@guevara.bildbasen.se
Whole thread Raw
In response to Re: [HACKERS] postmaster crash and .s.pgsql file  (James Hughes <jamesh@interpath.com>)
Responses Re: [HACKERS] postmaster crash and .s.pgsql file  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Sorry,
last patch wrong.
This is the right one:

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.
   */


pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [PORTS] Port Bug Report: Result not "GROUPED BY" from SQL: select im,bn,count(adr) FROM logtmp GROUP BY im,bn;
Next
From: Brett McCormick
Date:
Subject: weird query plans involving hash [join] & no indicies