• Magnus Hagander's avatar
    Disable RandomizedBaseAddress on MSVC builds · 7f3e17b4
    Magnus Hagander authored
    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
    7f3e17b4
MSBuildProject.pm 14 KB