[COMMITTERS] pgsql: Fix support for some operators (&<, &>, $<|,|&>) in box operato - Mailing list pgsql-committers

From Teodor Sigaev
Subject [COMMITTERS] pgsql: Fix support for some operators (&<, &>, $<|,|&>) in box operato
Date
Msg-id E1cqJlB-0000n4-GO@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Add a direct function call mechanism using the caller'scontext.
Next
From: Teodor Sigaev
Date:
Subject: [COMMITTERS] pgsql: Fix support for some operators (&<, &>, $<|,|&>) in box operato