Re: [PATCH] Add native windows on arm64 support
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Niyas Sait <niyas.sait@linaro.org>, Andres Freund <andres@anarazel.de>,
Ian Lawrence Barwick <barwick@gmail.com>,
Thomas Munro <thomas.munro@gmail.com>,
Julien Rouhaud <rjuju123@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
robhenry@microsoft.com, "Jonathan S. Katz" <jkatz@postgresql.org>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Amit Kapila <amit.kapila16@gmail.com>
Date: 2023-05-06T04:35:40Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > Seeing how simple this has become, I would be really tempted to get > that applied, especially if there's a buildfarm machine able to follow > up.. On the one hand, we are in a stability period for v16, so it may > not be the best moment ever. On the other hand, waiting one more year > sounds like a waste for a patch that just adds new code paths. Indeed, there's not much in this patch ... but it's impossible to see how "run on an entirely new platform" isn't a new feature. Moreover, it's a platform that very few of us will have any ability to support or debug for. I can't see how it's a good idea to shove this in post-feature-freeze. Let's plan to push it in when v17 opens. regards, tom lane
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