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
-
Fix fallback implementation for pg_atomic_test_set_flag().
- c23677844c96 12.18 landed
- 231a445ea31d 13.14 landed
- a54129e8b696 14.11 landed
- 18f47989ecb0 15.6 landed
- 2927b1dca7ae 16.2 landed
- 69c32b8b3535 17.0 landed
-
Add a basic atomic ops API abstracting away platform/architecture details.
- b64d92f1a560 9.5.0 cited