Disable RandomizedBaseAddress on MSVC builds
The ASLR in Windows 8/Windows 2012 can break PostgreSQL's shared memory. It
doesn't fail every time (which is explained by the Random part in ASLR), but
can fail with errors abut failing to reserve shared memory region.
MauMau, reviewed by Craig Ringer
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/7f3e17b4827b61ad84e0774e3e43da4c57c4487f
Modified Files
--------------
src/tools/msvc/MSBuildProject.pm | 1 +
src/tools/msvc/VCBuildProject.pm | 1 +
2 files changed, 2 insertions(+)