convert various variables to atomics - Mailing list pgsql-hackers

From Nathan Bossart
Subject convert various variables to atomics
Date
Msg-id alAJeRRzehDjLaF1@nathan
Whole thread
Responses Re: convert various variables to atomics
List pgsql-hackers
The attached patch set converts various variables to atomics, thereby
allowing us to remove a handful of spinlocks and volatile qualifiers.
We've been slowly moving in this direction for a while already.  I think
all of these are pretty straightforward and easy to reason about.

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: SQL/JSON json_table plan clause
Next
From: Daniel Gustafsson
Date:
Subject: LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation