Add support for <-> (box, point) operator to GiST box_ops

Alexander Korotkov <akorotkov@postgresql.org>

Commit: c085e1c1cb4e29637552f5d250d45ad0cb83e5cf
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2019-07-14T12:09:15Z
Releases: 13.0
Add support for <-> (box, point) operator to GiST box_ops

Index-based calculation of this operator is exact.  So, signature of
gist_bbox_distance() function is changes so that caller is responsible for
setting *recheck flag.

Discussion: https://postgr.es/m/f71ba19d-d989-63b6-f04a-abf02ad9345d%40postgrespro.ru
Author: Nikita Glukhov
Reviewed-by: Tom Lane, Alexander Korotkov

Files

Documentation touched

Discussion