Re: compress method for spgist - 2
Teodor Sigaev <teodor@sigaev.ru>
From: Teodor Sigaev <teodor@sigaev.ru>
To: Heikki Linnakangas <hlinnakangas@vmware.com>,
Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2015-02-13T16:17:02Z
Lists: pgsql-hackers
Attachments
- spgist_compress_method-5.patch.gz (application/x-gzip) patch
> 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.
--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/
Commits
-
Doc: remove duplicate poly_ops row from SP-GiST opclass table.
- d3b851e9a3c9 11.0 landed
-
Add polygon opclass for SP-GiST
- ff963b393ca9 11.0 landed