Re: compress method for spgist - 2

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compress method for spgist - 2
Date: 2015-02-25 14:13:27
Message-ID: 54EDD887.8030703@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02/13/2015 06:17 PM, Teodor Sigaev wrote:
>> Now that the input data type and leaf data type can be different, which one is
>> "attType"? It's the leaf data type, as the patch stands. I renamed that to
>> attLeafType, and went fixing all the references to it. In most places it's just
>> a matter of search & replace, but what about the reconstructed datum? In
>
> Done. Now there is separate attType and attLeafType which describe input/output
> and leaf types.

Thanks.

Did you try finding a use case for this patch in one of the built-in or
contrib datatypes? That would allow writing a regression test for this.

In the original post on this, you mentioned that the PostGIS guys
planned to use this to store polygons, as bounding boxes
(http://www.postgresql.org/message-id/5447B3FF.2080406@sigaev.ru). Any
idea how would that work?

- Heikki

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2015-02-25 14:16:13 Re: Add more tests on event triggers
Previous Message Alvaro Herrera 2015-02-25 13:06:24 Re: Add more tests on event triggers