Non-storable data type

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Non-storable data type
Дата
Msg-id AANLkTi=DP95sj0J7bWB2aa2yiPDJRbNBcC8jmKAqidm9@mail.gmail.com
обсуждение исходный текст
Ответы Re: Non-storable data type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello,

writing an extension library, I have a type only used to perform
efficient in-place aggregation, but absolutely not to be used as a
data type into a table (it contains pointers, so it would be a
guaranteed crash).

Is there a way to mark the type as non-storable?

Thanks,

-- Daniele

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

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Re: Out of memory
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Non-storable data type