pgsql: Add pg_atomic_unlocked_write_u64 - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add pg_atomic_unlocked_write_u64
Date
Msg-id E1vQwSk-002fZh-2h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pg_atomic_unlocked_write_u64

The 64bit equivalent of pg_atomic_unlocked_write_u32(), to be used in an
upcoming patch converting BufferDesc.state into a 64bit atomic.

Reviewed-by: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://postgr.es/m/fvfmkr5kk4nyex56ejgxj3uzi63isfxovp2biecb4bspbjrze7@az2pljabhnff

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7902a47c20b1d5c0b7d20071f9ada6a0185bf39b

Modified Files
--------------
src/include/port/atomics.h         | 10 ++++++++++
src/include/port/atomics/generic.h |  9 +++++++++
2 files changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make stats_ext test faster under cache-clobbering test condition
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix incorrect assertion bound in WaitForLSN()