Allow unlink/rename of files open by another process on Win32, using a
Bruce Momjian <bruce@momjian.us>
Allow unlink/rename of files open by another process on Win32, using a special Win32 open flag FILE_SHARE_DELETE. Claudio Natoli
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +1 −0 |
| configure.in | modified | +2 −1 |
| src/include/port.h | modified | +6 −1 |
| src/interfaces/libpq/Makefile | modified | +3 −3 |
| src/interfaces/libpq/win32.h | modified | +1 −1 |
| src/port/open.c | added | +97 −0 |