[COMMITTERS] pgsql: Disable RandomizedBaseAddress on MSVC builds

2014-02-18 Thread Magnus Hagander
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

[COMMITTERS] pgsql: Disable RandomizedBaseAddress on MSVC builds

2014-02-18 Thread Magnus Hagander
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

[COMMITTERS] pgsql: Disable RandomizedBaseAddress on MSVC builds

2014-02-18 Thread Magnus Hagander
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