Re: compress method for spgist - 2
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: Teodor Sigaev <teodor@sigaev.ru>,
Alexander Korotkov <a.korotkov@postgrespro.ru>,
Nikita Glukhov <n.gluhov@postgrespro.ru>,
Darafei Praliaskouski <me@komzpa.net>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2018-02-28T01:37:07Z
Lists: pgsql-hackers
> On 04 Jan 2018, at 06:17, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > > Teodor Sigaev <teodor@sigaev.ru> writes: > >>> Now, this patch is ready for committer from my point of view. >> >> Thank you, pushed > > This patch added two copies of the poly_ops row to the "Built-in SP-GiST > Operator Classes" table in spgist.sgml. The attached patched removes > one of them. Patch looks good, marked as Ready for Committer in the CF app. cheers ./daniel
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