Re: Sure enough, the lock file is gone - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Sure enough, the lock file is gone
Date
Msg-id 200101262018.PAA03316@candle.pha.pa.us
Whole thread Raw
In response to Sure enough, the lock file is gone  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Sure enough, the lock file is gone  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Re: Sure enough, the lock file is gone  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
> The 'tmpwatch' program on Red Hat will remove the /tmp/.s.PGSQL.5432.lock
> file after the server has run 6 days.  This will be a problem.
> 
> We could touch (open) the file once every time the ServerLoop() runs
> around.  It's not perfect but it should work in practice.

If we have to do it, let's make it an #ifdef __linux__ option.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Sure enough, the lock file is gone
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [JDBC] Open 7.1 items