Non-storable data type - Mailing list pgsql-general

From Daniele Varrazzo
Subject Non-storable data type
Date
Msg-id AANLkTi=DP95sj0J7bWB2aa2yiPDJRbNBcC8jmKAqidm9@mail.gmail.com
Whole thread Raw
Responses Re: Non-storable data type  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: pasman pasmański
Date:
Subject: Re: Out of memory
Next
From: Tom Lane
Date:
Subject: Re: Non-storable data type