Re: [PATCH] Add native windows on arm64 support

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>, Anthony Roberts <anthony(dot)roberts(at)linaro(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Lina Iyer <lina(dot)iyer(at)linaro(dot)org>, Mike Holmes <mike(dot)holmes(at)linaro(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCH] Add native windows on arm64 support
Date: 2025-03-04 10:54:09
Message-ID: CADK3HHL9hJnCxttPnhPvdNdXC_7ger=iarMMy0KOrOOweaMAxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 8 Oct 2024 at 20:17, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:

> On Wed, Oct 9, 2024 at 12:58 PM Dave Cramer <davecramer(at)postgres(dot)rocks>
> wrote:
> > ..\src\include/port/atomics/arch-x86.h:39: warning:
> "pg_memory_barrier_impl" redefined
>
> It shouldn't be including that. Does the patch here help?
>
>
> https://www.postgresql.org/message-id/CA%2BhUKG%2BOu%2BC%2BpXioo_W1gKcwRCEN1WNrLBBPSMJyxjgc%2B1JEJA%40mail.gmail.com

Well it's been a while, but I did get around to trying this. With your
latest patch I get the following error

C:\Users\davec\projects\postgresql\src\include\port/atomics.h(78): fatal
error C1189: #error: atomic_uint is not always lock-free

Cheers,
Dave

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nisha Moond 2025-03-04 11:00:50 Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.
Previous Message Jakub Wartak 2025-03-04 10:48:31 Re: Draft for basic NUMA observability