]> granicus.if.org Git - postgresql/commit
Where available, use utime() or utimes() to update the file mod time
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jan 2003 05:19:47 +0000 (05:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jan 2003 05:19:47 +0000 (05:19 +0000)
commit15ab7a87206d657a4182d2932970384d540004d0
treee7361f45721d6440bf9ee7e9d42e75854e5b6d41
parent80727ce14fe61a66e840d663e3b7d12c0a8380ad
Where available, use utime() or utimes() to update the file mod time
of the socket file and socket lock file; this should prevent both of them
from being removed by even the stupidest varieties of /tmp-cleaning
script.  Per suggestion from Giles Lean.
configure
configure.in
src/backend/libpq/pqcomm.c
src/backend/postmaster/postmaster.c
src/backend/utils/init/miscinit.c
src/include/libpq/libpq.h
src/include/pg_config.h.in