]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Backpatch reservation of shared memory region during backend startup on
authorMagnus Hagander <magnus@hagander.net>
Fri, 23 Jul 2010 13:53:30 +0000 (13:53 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 23 Jul 2010 13:53:30 +0000 (13:53 +0000)
commit90e15467b456b1008e3ebe4e4146aca6d063acc4
treea142ecde872b65b1a32ea3ddb9310247ae8c9a4a
parentae1b65b5aa17ab96f95f34d258b1cb358f1d9030
Backpatch reservation of shared memory region during backend startup on
Windows, so that memory allocated by starting third party DLLs doesn't end
up conflicting.

The same functionality has been in 8.3 and 8.4 for almost a year, and seems
to have solved some of the more common shared memory errors on Windows.
src/backend/port/sysv_shmem.c
src/backend/port/win32/shmem.c
src/backend/postmaster/postmaster.c
src/include/port/win32.h