"Joel Mariadasan (jomariad)" <jomariad(at)cisco(dot)com> 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 that feature is important to you, use a different operating
system.
regards, tom lane