Re: Asynchronous and "direct" IO support for PostgreSQL.

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: Asynchronous and "direct" IO support for PostgreSQL.
Дата
Msg-id CAOBaU_Zm6x4LSVRV44ojiwf8mc2=a0OPO5Uko4ZLxLAoUeqv-w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Asynchronous and "direct" IO support for PostgreSQL.  (Andres Freund <andres@anarazel.de>)
Ответы Re: Asynchronous and "direct" IO support for PostgreSQL.  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
Hi,

On Wed, Sep 1, 2021 at 1:57 PM Andres Freund <andres@anarazel.de> wrote:
>
> I've attached the code for posterity, but the series is large enough that I
> don't think it makes sense to do that all that often...

Agreed.

> The code is at
> https://github.com/anarazel/postgres/tree/aio

Just FYI the cfbot says that this version of the patchset doesn't
apply anymore, and it seems that your branch was only rebased to
43c1c4f (Sept. 21th) which doesn't rebase cleanly:

error: could not apply 8a20594f2f... lwlock, xlog: Report caller wait
event for LWLockWaitForVar.

Since it's still a WIP and a huge patchset I'm not sure if I should
switch the cf entry to Waiting on Author or not as it's probably going
to rot quite fast anyway.  Just to be safe I'll go ahead and change
the status.  If that's unhelpful just let me know and I'll switch it
back to needs review, as people motivated enough to review the patch
can still work with 43c1c4f as a starting point.



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: row filtering for logical replication
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Time to drop plpython2?