For application to HEAD, following community review.
Bruce Momjian <bruce@momjian.us>
For application to HEAD, following community review. * Changes incorrect CYGWIN defines to __CYGWIN__ * Some localtime returns NULL checks (when unchecked cause SEGVs under Win32 regression tests) * Rationalized CreateSharedMemoryAndSemaphores and AttachSharedMemoryAndSemaphores (Bruce, I finally remembered to do it); requires attention. Claudio Natoli
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +2 −2 |
| src/backend/commands/user.c | modified | +6 −6 |
| src/backend/port/sysv_shmem.c | modified | +3 −3 |
| src/backend/postmaster/postmaster.c | modified | +2 −2 |
| src/backend/storage/ipc/ipci.c | modified | +57 −74 |
| src/backend/utils/adt/datetime.c | modified | +13 −1 |
| src/backend/utils/cache/relcache.c | modified | +3 −3 |
| src/include/port.h | modified | +2 −2 |
| src/include/storage/ipc.h | modified | +3 −7 |
| src/port/dirmod.c | modified | +11 −6 |
| src/utils/dllinit.c | modified | +3 −1 |