]> git.ipfire.org Git - thirdparty/postgresql.git/commit
For application to HEAD, following community review.
authorBruce Momjian <bruce@momjian.us>
Wed, 25 Feb 2004 19:41:23 +0000 (19:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 25 Feb 2004 19:41:23 +0000 (19:41 +0000)
commitc672aa823bdc02831ae60f403b2069107de675f7
tree0d5566d0df4056250b3a7d74d21a7d69b58f28b2
parent5ada9ef088ae0151a2f6efe48203100ef5b51113
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
src/backend/bootstrap/bootstrap.c
src/backend/commands/user.c
src/backend/port/sysv_shmem.c
src/backend/postmaster/postmaster.c
src/backend/storage/ipc/ipci.c
src/backend/utils/adt/datetime.c
src/backend/utils/cache/relcache.c
src/include/port.h
src/include/storage/ipc.h
src/port/dirmod.c
src/utils/dllinit.c