postgresql/src/backend/postmaster
Magnus Hagander a7e587863c Reserve the shared memory region during backend startup on Windows, so
that memory allocated by starting third party DLLs doesn't end up
conflicting with it.

Hopefully this solves the long-time issue with "could not reattach
to shared memory" errors on Win32.

Patch from Tsutomu Yamada and me, based on idea from Trevor Talbot.
2009-07-24 20:12:42 +00:00
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
autovacuum.c Fix several places where a function was declared static and then defined 2009-06-12 16:17:29 +00:00
bgwriter.c Cleanup and code review for the patch that made bgwriter active during 2009-06-26 20:29:04 +00:00
fork_process.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pgarch.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pgstat.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
postmaster.c Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
syslogger.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
walwriter.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00