RE: ASLR support for Postgres12

From: "Joel Mariadasan (jomariad)" <jomariad(at)cisco(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: ASLR support for Postgres12
Date: 2020-03-23 15:28:22
Message-ID: BN6PR11MB41780BC106A913BA6AC4A6BFD7F00@BN6PR11MB4178.namprd11.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks Tom for the quick Update.

Can you please point me to a link or give the list of OSes where ASLR is officially supported by Postgres?

Regards,
Joel

-----Original Message-----
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Sent: Monday, March 23, 2020 8:16 PM
To: Joel Mariadasan (jomariad) <jomariad(at)cisco(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ASLR support for Postgres12

"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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Ivanov 2020-03-23 15:41:15 Re: optimisation? collation "C" sorting for GroupAggregate for all deterministic collations
Previous Message Sergei Kornilov 2020-03-23 15:17:16 Re: replay pause vs. standby promotion