Re: GIST and TOAST - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: GIST and TOAST
Date
Msg-id 45EEE5FF.3080706@sigaev.ru
Whole thread Raw
In response to Re: GIST and TOAST  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
I'm already started, don't worry about that. Cube is broken since TOAST 
implemented :)

Gregory Stark wrote:
> "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?
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: "Luke Lonergan"
Date:
Subject: Re: Time-correlated columns in large tables
Next
From: Zoltan Boszormenyi
Date:
Subject: Test report on GENERATED/IDENTITY