Re: Expand palloc/pg_malloc API

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Expand palloc/pg_malloc API
Дата
Msg-id b66dfc89-9365-cb57-4e1f-b7d31813eeec@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Expand palloc/pg_malloc API  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: Expand palloc/pg_malloc API
Список pgsql-hackers
I have another little idea that fits well here: repalloc0 and 
repalloc0_array.  These zero out the space added by repalloc.  This is a 
common pattern in the backend code that is quite hairy to code by hand. 
See attached patch.

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Expand palloc/pg_malloc API
Следующее
От: John Naylor
Дата:
Сообщение: Re: build remaining Flex files standalone