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

James Hughes <jamesh@interpath.com>

From: James Hughes <jamesh@interpath.com>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: Goran Thyni <goran@bildbasen.se>, hackers@postgreSQL.org
Date: 1998-01-26T23:32:13Z
Lists: pgsql-hackers

On Mon, 26 Jan 1998, Bruce Momjian wrote:

: 
: When the postmaster crashes, it leaves the /tmp/.s.pgsql file in /tmp.
: Is there a way to auto-remove it after a postmaster crash?
: 
: -- 
: Bruce Momjian
: maillist@candle.pha.pa.us
: 

I found that when using "-S" with postmaster, the file doesn't get
created at all. I will look at removing the file on startup when I'm in
there.



-James