DETOASTing in custom memory context

Поиск
Список
Период
Сортировка
От strk
Тема DETOASTing in custom memory context
Дата
Msg-id 20031027182312.A50921@freek.keybit.net
обсуждение исходный текст
Ответы Re: DETOASTing in custom memory context  (strk <strk@keybit.net>)
Список pgsql-hackers
Tom, thanks again for the quick answer and
sorry for the lame question about memor allocation.

I hope this is acceptable:
Is there a way to make PG_DETOAST_DATUM and friends allocate
memory in a custom memory context ?

Right now I'm DETOASTing, memcopying in a custom context
and pfreeing the DETOASTed datum, I'd like to avoid one
copy.

TIA.
--strk;


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

Предыдущее
От: endoid
Дата:
Сообщение: An interisting conundrum where tables have a column called "found"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Timestamp docs weirdness