OSDN Git Service

Fix rtree and contrib/rtree_gist search behavior for the 1-D box and
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Jun 2005 00:18:52 +0000 (00:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Jun 2005 00:18:52 +0000 (00:18 +0000)
commit9a09248eddf12339677169064c88e4df11e5077f
treeff29984a029e973b85b2869de2c115399c7c6b07
parentdea41174b205ee592d46c074518b38d97b8b90c2
Fix rtree and contrib/rtree_gist search behavior for the 1-D box and
polygon operators (<<, &<, >>, &>).  Per ideas originally put forward
by andrew@supernews and later rediscovered by moi.  This patch just
fixes the existing opclasses, and does not add any new behavior as I
proposed earlier; that can be sorted out later.  In principle this
could be back-patched, since it changes only search behavior and not
system catalog entries nor rtree index contents.  I'm not currently
planning to do that, though, since I think it could use more testing.
contrib/rtree_gist/rtree_gist.c
src/backend/access/common/indexvalid.c
src/backend/access/rtree/rtscan.c
src/backend/access/rtree/rtstrat.c
src/include/access/rtree.h
src/include/access/skey.h