Re: GIST and TOAST - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: GIST and TOAST
Date
Msg-id 87tzwx835v.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: GIST and TOAST  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: GIST and TOAST  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
"Teodor Sigaev" <teodor@sigaev.ru> writes:

>>> input value. As I remember, only R-Tree emulation over boxes, contrib/seg and
>>> contrib/cube have simple compress method.
>> Hm, if they just return the original datum without detoasting it then it could
>> be an issue. I'll check.
> seg and box aren't a varlena types, but cube is and it seems broken :(.
> g_cube_decompress and g_cube_compress don't detoast values. I'll fix that.

Also, all the cube operators like cube_union, cube_size, cube_cmp, etc.

Would you like me to do it or are you already started?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Luke Lonergan"
Date:
Subject: Re: Auto creation of Partitions
Next
From: "Simon Riggs"
Date:
Subject: Re: Auto creation of Partitions