Teodor Sigaev <teo...@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. - ilmari -- - Twitter seems more influential [than blogs] in the 'gets reported in the mainstream press' sense at least. - Matt McLeod - That'd be because the content of a tweet is easier to condense down to a mainstream media article. - Calle Dybedahl
>From 481afc4476f6eb3ec357ed795ce382ff1cb432fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <ilm...@ilmari.org> Date: Wed, 3 Jan 2018 22:04:09 +0000 Subject: [PATCH] Remove duplicate poly_ops row from SP-GiST opclass table Commit ff963b393c added two identical copies of this row. --- doc/src/sgml/spgist.sgml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 51bb60c92a..e47f70be89 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -148,24 +148,6 @@ <literal>|&></literal> </entry> </row> - <row> - <entry><literal>poly_ops</literal></entry> - <entry><type>polygon</type></entry> - <entry> - <literal><<</literal> - <literal>&<</literal> - <literal>&&</literal> - <literal>&></literal> - <literal>>></literal> - <literal>~=</literal> - <literal>@></literal> - <literal><@</literal> - <literal>&<|</literal> - <literal><<|</literal> - <literal>|>></literal> - <literal>|&></literal> - </entry> - </row> <row> <entry><literal>text_ops</literal></entry> <entry><type>text</type></entry> -- 2.15.1