[PATCH] Add native windows on arm64 support - Mailing list pgsql-hackers

From Niyas Sait
Subject [PATCH] Add native windows on arm64 support
Date
Msg-id CAFPTBD-74+AEuN9n7caJ0YUnW5A0r-KBX8rYoEJWqFPgLKpzdg@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Add native windows on arm64 support  (Thomas Munro <thomas.munro@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: "tanghy.fnst@fujitsu.com"
Date:
Subject: RE: Optionally automatically disable logical replication subscriptions on error
Next
From: Daniel Gustafsson
Date:
Subject: Re: Using Test::More test functions for pg_rewind