Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers - Mailing list pgsql-hackers

From Greg Burd
Subject Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers
Date
Msg-id ed03732f-0aca-4c07-8832-34d43f95c232@app.fastmail.com
Whole thread Raw
In response to Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers  (Greg Burd <greg@burd.me>)
Responses Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers
List pgsql-hackers
Hello,

v3 attached is a more concise single patch that adds support for MSVC on Win11 ARM64.  The issues fixed are mostly
relatedto config, build, docs, an implementation of spin_delay() and a change to S_UNLOCK() macro.  I've squished the
workwe did into a single commit and improved the commit message.  Thomas, I think in another thread you mentioned that
someof what Dave added came from you, correct?  We should add you as another author if so, right?
 

best.

-greg

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: backend/nodes cleanup: Move loop variables definitions into for statement
Next
From: Ivan Bykov
Date:
Subject: Re: IPC/MultixactCreation on the Standby server