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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
