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

From Nathan Bossart
Subject Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers
Date
Msg-id aVrL2HWQNxCzcoRU@nathan
Whole thread Raw
In response to Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers
List pgsql-hackers
On Sun, Jan 04, 2026 at 03:13:15PM -0500, Tom Lane wrote:
> "Greg Burd" <greg@burd.me> writes:
>> What this patch does is get "unicorn" off the dead list, which would be nice.
> 
> Indeed ... I'm getting pretty tired of seeing unicorn cluttering
> the BF failures list.  Is there a reason we're still holding off
> committing, other than it being holiday season?

Nope, I was planning to commit it in a few days when I am back.

-- 
nathan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers
Next
From: "David E. Wheeler"
Date:
Subject: Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part