Re: typo in fallback implementation for pg_atomic_test_set_flag()

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2023-11-15T21:13:29Z
Lists: pgsql-hackers
On Wed, Nov 15, 2023 at 09:52:34AM -0600, Nathan Bossart wrote:
> On Tue, Nov 14, 2023 at 07:17:32PM -0800, Andres Freund wrote:
>> Are you planning to apply the fix?
> 
> Yes, I'll take care of it.

Committed and back-patched.  I probably could've skipped back-patching this
one since it doesn't seem to be causing any problems yet, but I didn't see
any reason not to back-patch, either.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



Commits

  1. Fix fallback implementation for pg_atomic_test_set_flag().

  2. Add a basic atomic ops API abstracting away platform/architecture details.