From: | Niyas Sait <niyas(dot)sait(at)linaro(dot)org> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | [PATCH] Add native windows on arm64 support |
Date: | 2022-02-23 10:09:36 |
Message-ID: | CAFPTBD-74+AEuN9n7caJ0YUnW5A0r-KBX8rYoEJWqFPgLKpzdg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
I have created a patch that adds support for building Postgres for the
windows/arm64 platform using the MSVC toolchain. Following changes have
been included
1. Extend MSVC scripts to handle ARM64 platform.
2. Add arm64 definition of spin_delay function.
3. Exclude arm_acle.h import with MSVC compiler.
Compilation steps are consistent and similar to other windows platforms.
The change has been tested on windows/x86_64 and windows/arm64 and all
regression tests passes on both platforms.
Thanks,
Niyas
Attachment | Content-Type | Size |
---|---|---|
enable-native-windows-arm64-build.patch | application/octet-stream | 5.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2022-02-23 10:31:01 | Re: Using Test::More test functions for pg_rewind |
Previous Message | tanghy.fnst@fujitsu.com | 2022-02-23 09:52:27 | RE: Optionally automatically disable logical replication subscriptions on error |