Re: Trying out <stdatomic.h>
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-19T14:03:03Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add some missing #include <limits.h>.
- 017249b82888 19 (unreleased) landed
-
Enable MSVC conforming preprocessor
- 8fd9bb1d9654 19 (unreleased) cited
Hi Thomas, > It passes with VS 2022 on CI. I had to skip some assertions about > macros promising lock-free implementation, that it doesn't define in C > mode yet. They are definitely lock-free though[1], and the macros are > defined for C++, and the same under the covers... Perhaps > feature/conformance macros won't be defined until a few remaining > pieces (things we don't care about) are accessible from C? (I see > that Visual Studio 2026 has also just shipped a couple of days ago, > not investigated.) Thanks for working on this. I checked v2 on Linux x64 with and without Valgrind and it passed all the tests. I haven't looked at the code closely yet. -- Best regards, Aleksander Alekseev