Re: Atomic ops for unlogged LSN

Поиск
Список
Период
Сортировка
От John Morris
Тема Re: Atomic ops for unlogged LSN
Дата
Msg-id LV8P222MB096638D42FCE2581BFE6EF86A05F2@LV8P222MB0966.NAMP222.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Atomic ops for unlogged LSN  (Nathan Bossart <nathandbossart@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Atomic ops for unlogged LSN
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fix for edge case in date_bin() function