RE: ASLR support for Postgres12

2020-03-23 Thread Joel Mariadasan (jomariad)
...@postgresql.org Subject: Re: ASLR support for Postgres12 "Joel Mariadasan (jomariad)" writes: > We would like to know if there is a roadmap to enable ASLR support for > postgre. Not on Windows --- since that OS doesn't support fork(), it's too difficult to get different chi

Re: ASLR support for Postgres12

2020-03-23 Thread Tom Lane
"Joel Mariadasan (jomariad)" writes: > Can you please point me to a link or give the list of OSes where ASLR is > officially supported by Postgres? Everything except Windows. regards, tom lane

Re: ASLR support for Postgres12

2020-03-23 Thread Tom Lane
"Joel Mariadasan (jomariad)" writes: > We would like to know if there is a roadmap to enable ASLR support for > postgre. Not on Windows --- since that OS doesn't support fork(), it's too difficult to get different child processes to map shared memory at the same address if ASLR is active. If th