]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Aug 2006 18:06:27 +0000 (18:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Aug 2006 18:06:27 +0000 (18:06 +0000)
commit3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd
tree5ebdad4322a6889c51eb4a3b7efeebf618ca7404
parentf6d7ef08a73e42c41c40e50287233e94539ce6e3
Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE
and other special flags on Windows.  May fix intermittent 'Permission
denied' errors.  Magnus Hagander
src/include/port.h
src/port/open.c