Re: [PATCH] Add native windows on arm64 support

Niyas Sait <niyas.sait@linaro.org>

From: Niyas Sait <niyas.sait@linaro.org>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andres Freund <andres@anarazel.de>, Ian Lawrence Barwick <barwick@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Thomas Munro <thomas.munro@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-01-17T09:19:58Z
Lists: pgsql-hackers
On 16/12/2022 10:52, Niyas Sait wrote:
> On 12/12/2022 23:56, Michael Paquier wrote:
>> On Mon, Dec 12, 2022 at 01:38:37PM +0000, Niyas Sait wrote:
>>> On 05/12/2022 18:14, Andres Freund wrote:
>>> I think the old build system specific part is really minimal in the 
>>> patch. I
>>> can strip out those if that's preferred.
>> Removing all the changes from src/tools/msvc/ is an approach that
>> works for me.
>>
> 
> I've attached a new version (v7) that removes changes to support old 
> MSVC build system.


Hello,

Can I get review for the latest patch please ?

-- 
Niyas



Commits

  1. MSVC: Support building for AArch64.

  2. Remove "#ifdef WIN32" guards from src/port/win32*.c

  3. Adjust XML test case to avoid unstable behavior.

  4. Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds