Re: Memory allocation abstraction in pgcrypto

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Memory allocation abstraction in pgcrypto
Дата
Msg-id 20200923075744.GB7405@paquier.xyz
обсуждение исходный текст
Ответ на Memory allocation abstraction in pgcrypto  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Memory allocation abstraction in pgcrypto
Список pgsql-hackers
On Fri, Sep 18, 2020 at 10:00:04PM +0200, Daniel Gustafsson wrote:
> The attached removes it in favor of using palloc() et.al directly.  Is there
> any reason to keep it around still?

I doubt that anybody has been compiling with PX_OWN_ALLOC in the last
years, so let's remove this abstraction.  And +1 for your patch.
--
Michael

Вложения

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

Предыдущее
От: "k.jamison@fujitsu.com"
Дата:
Сообщение: RE: [Patch] Optimize dropping of relation buffers using dlist
Следующее
От: Katsuragi Yuta
Дата:
Сообщение: Re: [PATCH] Add features to pg_stat_statements