Re-read Unix-socket lock file every so often (every CheckPoint interval,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1dc30510884f7f654188b1186988929ab812fd04
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-27T00:05:31Z
Releases: 7.1.1
Re-read Unix-socket lock file every so often (every CheckPoint interval,
actually) to ensure that its file access time doesn't get old enough to
tempt a /tmp directory cleaner to remove it.  Still another reason we
should never have put the sockets in /tmp in the first place ...

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +9 −1
src/backend/utils/init/miscinit.c modified +32 −1
src/include/miscadmin.h modified +2 −1