-
- Downloads
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.
Showing
- contrib/rtree_gist/rtree_gist.c 12 additions, 7 deletionscontrib/rtree_gist/rtree_gist.c
- src/backend/access/common/indexvalid.c 11 additions, 3 deletionssrc/backend/access/common/indexvalid.c
- src/backend/access/rtree/rtscan.c 17 additions, 8 deletionssrc/backend/access/rtree/rtscan.c
- src/backend/access/rtree/rtstrat.c 31 additions, 13 deletionssrc/backend/access/rtree/rtstrat.c
- src/include/access/rtree.h 2 additions, 1 deletionsrc/include/access/rtree.h
- src/include/access/skey.h 2 additions, 1 deletionsrc/include/access/skey.h
Loading
Please register or sign in to comment