pgsql: Fix support for some operators (&<, &>, $<|, |&>) in box operato

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix support for some operators (&<, &>, $<|, |&>) in box operato
Date: 2017-03-21 13:24:49
Message-ID: E1cqJmL-0000o2-2x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix support for some operators (&<, &>, $<|, |&>) in box operator class
of SP-GiST.

Bug exists since initial commit of box opclass for SP-GiST,
so backpath to 9.6

Author: Nikita Glukhov with minor editorization of tests by me
Reviewed-by: Kyotaro Horiguchi, Anastasia Lubennikova

https://commitfest.postgresql.org/13/981/

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a4d07d2e9d94d4516d55ad074236627ab78aa7ca

Modified Files
--------------
src/backend/utils/adt/geo_spgist.c | 24 +++++--
src/test/regress/expected/box.out | 104 +++++++++++++++++++++++++++++
src/test/regress/expected/sanity_check.out | 1 +
src/test/regress/sql/box.sql | 47 +++++++++++++
4 files changed, 172 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-21 13:48:08 pgsql: Don't scan partitioned tables.
Previous Message Teodor Sigaev 2017-03-21 13:23:37 pgsql: Fix support for some operators (&<, &>, $<|, |&>) in box operato