Re: introduce bufmgr hooks

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: introduce bufmgr hooks
Дата
Msg-id 20220901201150.GA784954@nathanxps13
обсуждение исходный текст
Ответ на Re: introduce bufmgr hooks  (Andres Freund <andres@anarazel.de>)
Ответы Re: introduce bufmgr hooks  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Aug 31, 2022 at 08:29:31AM -0700, Andres Freund wrote:
> I'm very doubtful this is a good idea. These are quite hot paths. While not a
> huge cost, adding an indirection isn't free nonetheless.

Are you concerned about the NULL check or the potential hook
implementations?  I can probably test the former pretty easily, but the
latter seems like a generic problem for many hooks.

> I also think it'll
> make it harder to improve things in this area, which needs quite a bit of
> work.

If you have specific refactoring in mind that you think ought to be a
prerequisite for this change, I'm happy to give it a try.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug: Reading from single byte character column type may cause out of bounds memory reads.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug: When user-defined AM is used, the index path cannot be selected correctly