Re: Atomic ops for unlogged LSN - Mailing list pgsql-hackers

From John Morris
Subject Re: Atomic ops for unlogged LSN
Date
Msg-id LV8P222MB096638D42FCE2581BFE6EF86A05F2@LV8P222MB0966.NAMP222.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Atomic ops for unlogged LSN  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers

Looks good to me.

  • John

 

From: Nathan Bossart <nathandbossart@gmail.com>
Date: Thursday, February 29, 2024 at 8:34
AM
To: Andres Freund <andres@anarazel.de>
Cc: Stephen Frost <sfrost@snowman.net>, John Morris <john.morris@crunchydata.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Michael Paquier <michael@paquier.xyz>, Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org <pgsql-hackers@postgresql.org>
Subject: Re: Atomic ops for unlogged LSN

Here is a new version of the patch that uses the new atomic read/write
functions with full barriers that were added in commit bd5132d.  Thoughts?

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

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Atomic ops for unlogged LSN
Next
From: Tom Lane
Date:
Subject: Re: Fix for edge case in date_bin() function