Re: [PATCH] Add native windows on arm64 support
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Niyas Sait <niyas.sait@linaro.org>
Cc: Ian Lawrence Barwick <barwick@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, Thomas Munro <thomas.munro@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-03T11:43:04Z
Lists: pgsql-hackers
On Thu, Nov 03, 2022 at 11:06:46AM +0000, Niyas Sait wrote: > > I've gone ahead and marked it as "Committed", as that appears to have > happened > > back in August as 36389a060c. > > If for whatever reason that was the Wrong Thing To Do, please let me know. > > 36389a060c commit enables ASLR for windows but does not include other > changes required for Arm64. Yes, marking this patch as committed is incorrect. That's just me lagging behind for the review :) I have switched that back as "Needs review" for the moment. > I've attached a new version of the patch which excludes the already merged > ASLR changes and add > small changes to handle latest changes in the build scripts. Thanks. -- Michael
Commits
-
MSVC: Support building for AArch64.
- a516b3f00d74 19 (unreleased) landed
-
Remove "#ifdef WIN32" guards from src/port/win32*.c
- 09eb633e1baa 17.0 cited
-
Adjust XML test case to avoid unstable behavior.
- 4ea07e7cf3c6 16.0 landed
-
Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds
- 36389a060ca6 16.0 landed