Re: [PATCH] Add native windows on arm64 support
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Andrew Dunstan <andrew@dunslane.net>,
Dave Cramer <davecramer@postgres.rocks>
Cc: Andres Freund <andres@anarazel.de>,
Anthony Roberts <anthony.roberts@linaro.org>,
Daniel Gustafsson <daniel@yesql.se>, Lina Iyer <lina.iyer@linaro.org>,
Michael Paquier <michael@paquier.xyz>, Mike Holmes <mike.holmes@linaro.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Thomas Munro <thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-01-31T15:34:13Z
Lists: pgsql-hackers
On 31.01.24 16:20, Andrew Dunstan wrote: > - PostgreSQL will only build for the x64 architecture on 64-bit Windows. > + PostgreSQL will only build for the x64 and ARM64 architecture on > 64-bit Windows. Are there any other 64-bit architectures for Windows? Possibly, the original sentence was meant to communicate that ARM was not supported, in which case it could now be removed?
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