Sure enough, the lock file is gone

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Sure enough, the lock file is gone
Date: 2001-01-26 20:17:32
Message-ID: Pine.LNX.4.30.0101262004220.769-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-26 20:18:13 Re: Sure enough, the lock file is gone
Previous Message Bruce Momjian 2001-01-26 20:15:47 Re: Re: [JDBC] Open 7.1 items