Native shared memory implementation for win32.
Magnus Hagander <magnus@hagander.net>
Native shared memory implementation for win32. Uses same underlying tech as before, but not the sysv emulation layer.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +9 −1 |
| configure.in | modified | +8 −4 |
| src/backend/port/sysv_shmem.c | modified | +2 −14 |
| src/backend/port/win32/Makefile | modified | +2 −2 |
| src/backend/port/win32/shmem.c | deleted | +0 −128 |
| src/backend/port/win32_shmem.c | added | +287 −0 |
| src/tools/msvc/Mkvcbuild.pm | modified | +2 −2 |