Aggregate detoasted arguments lifetime

Поиск
Список
Период
Сортировка
От strk
Тема Aggregate detoasted arguments lifetime
Дата
Msg-id 20031027142624.A49271@freek.keybit.net
обсуждение исходный текст
Ответы Re: Aggregate detoasted arguments lifetime  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Dear pg-hackers,

Making an aggregate I want to stuff all input values (detoasted)
in an array and process them all togheter with finalfunc.

This is because in order to process them a conversion is involved
and I'm trying to reduce the number of conversions to the lowest
possible.

My question is: if I write in the "state" array
pointers to DETOASTED input args,
will I find them intact at finalfunc time ?

TIA

--strk;


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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Duplicating transaction information in indexes and performing in memory vacuum
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Still a few flaws in configure's default CFLAGS selection