Re: Atomic ops for unlogged LSN

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: Atomic ops for unlogged LSN
Дата
Msg-id CALj2ACUeO0d40sKck1zvXvm8KZm9gTdzJLxSM0LYUrY11JQeRw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Atomic ops for unlogged LSN  (John Morris <john.morris@crunchydata.com>)
Список pgsql-hackers
On Fri, Jul 21, 2023 at 4:43 AM John Morris <john.morris@crunchydata.com> wrote:
>
> Based on your feedback, I’ve updated the patch with additional comments.
>
> Explain the two cases when writing to the control file, and
> a bit more emphasis on unloggedLSNs not being valid after a crash.

Given that the callers already have to deal with the unloggedLSN being
reset after a crash, meaning, they can't expect an always increasing
value from unloggedLSN, I think converting it to an atomic variable
seems a reasonable change. The other advantage we get here is the
freeing up shared memory space for spinlock ulsn_lck.

The attached v2 patch LGTM and marked the CF entry RfC -
https://commitfest.postgresql.org/43/4330/.

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Junwang Zhao
Дата:
Сообщение: Re: table_open/table_close with different lock mode
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Switching XLog source from archive to streaming when primary available