Re-read Unix-socket lock file every so often (every CheckPoint interval,
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +9 −1 |
| src/backend/utils/init/miscinit.c | modified | +32 −1 |
| src/include/miscadmin.h | modified | +2 −1 |