Fix support for some operators (&<, &>, $<|, |&>) in box operator class
Teodor Sigaev <teodor@sigaev.ru>
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/
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/geo_spgist.c | modified | +20 −4 |
| src/test/regress/expected/box.out | modified | +104 −0 |
| src/test/regress/expected/sanity_check.out | modified | +1 −0 |
| src/test/regress/sql/box.sql | modified | +47 −0 |