Add support for <-> (box, point) operator to SP-GiST box_ops
Alexander Korotkov <akorotkov@postgresql.org>
Add support for <-> (box, point) operator to SP-GiST box_ops Opclass support functions already can handle this operator, just catalog adjustment appears to be required. Discussion: https://postgr.es/m/f71ba19d-d989-63b6-f04a-abf02ad9345d%40postgrespro.ru Author: Nikita Glukhov Reviewed-by: Tom Lane, Alexander Korotkov
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/spgist.sgml | modified | +1 −0 |
| src/include/catalog/pg_amop.dat | modified | +4 −0 |
| src/test/regress/expected/box.out | modified | +70 −12 |
| src/test/regress/expected/sanity_check.out | modified | +2 −0 |
| src/test/regress/sql/box.sql | modified | +58 −12 |
Documentation touched
Discussion
- Add missing operator <->(box, point) 10 messages · 2019-03-10 → 2019-07-11