Re: [PATCH] Add native windows on arm64 support
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Julien Rouhaud <rjuju123@gmail.com>, Niyas Sait <niyas.sait@linaro.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-04-07T06:36:19Z
Lists: pgsql-hackers
On Fri, Mar 25, 2022 at 11:38:44AM +1300, Thomas Munro wrote: > Yeah. I think we should commit this patch, but decree that > Windows/aarch64 support is experimental only for now. That allows a > build farm animal to be set up. Then we add a bit of extra logging > and see how it does running our test suite over time and learn more. I don't have such a setup so my testing capabilities are limited. Does anybody have one? I think that we could be flexible for this patch, even after feature freeze as it introduces something entirely new without impacting the existing code. The patch has been moved to the next CF for now. -- 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