Re: Making wait events a bit more efficient

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Making wait events a bit more efficient
Дата
Msg-id 20210403190836.ubntopqz7td5d4jn@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Making wait events a bit more efficient  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 2021-04-02 19:55:16 -0700, Andres Freund wrote:
> On 2021-04-02 12:44:58 -0700, Andres Freund wrote:
> > If we went for the my_wait_event_info approach there is one further
> > advantage, after my change to move the wait event code into a separate
> > file: wait_event.h does not need to include proc.h anymore, which seems
> > architecturally nice for things like fd.c.
> 
> That part turns out to make one aspect of the shared memory stats patch
> cleaner, so I am planning to push this commit fairly soon, unless
> somebody sees a reason not to do so?

Done.



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Additional Chapter for Tutorial - arch-dev.sgml
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] Implement motd for PostgreSQL