On Fri, Jan 26, 2001 at 03:18:13PM -0500, Bruce Momjian wrote:
> > 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.
#ifdef BRAINDAMAGED_TMP_CLEANER ?
ISTR mention of non-linux platforms that do this.
Ross