Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port.h | modified | +6 −3 |
| src/port/open.c | modified | +29 −2 |