Re: [RFC] Lock-free XLog Reservation from WAL

From: Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [RFC] Lock-free XLog Reservation from WAL
Date: 2025-03-21 12:15:36
Message-ID: 4cea2d85-65b1-4fd6-8371-680a0bf1c7d7@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Good day, Andres.

18.03.2025 23:40, Andres Freund wrote:
> Reliably fails tests on windows, due to what looks to be a null pointer dereference.
>
> E.g. https://cirrus-ci.com/task/6178371937239040
>
> That's likely related to EXEC_BACKEND.
>
> The new status of this patch is: Waiting on Author

Thank you very much for pointing on!
Yes, I've missed copying from XLogCtl as it is done for WALInsertLocks.
Fixed.

--
regards
Yura Sokolov aka funny-falcon

Attachment Content-Type Size
v5-0001-Lock-free-XLog-Reservation-using-lock-free-hash-t.patch text/x-patch 24.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2025-03-21 12:19:35 Re: Using read_stream in index vacuum
Previous Message Ashutosh Bapat 2025-03-21 11:51:13 Re: Test to dump and restore objects left behind by regression