Update GiST for new pg_opclass arrangement (finally a clean solution
Tom Lane <tgl@sss.pgh.pa.us>
Update GiST for new pg_opclass arrangement (finally a clean solution for haskeytype). Update GiST contrib modules too. Add linear-time split algorithm for R-tree GiST opclass. From Oleg Bartunov and Teodor Sigaev.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/intarray/_int.sql.in | modified | +3 −3 |
| contrib/rtree_gist/expected/rtree_gist.out | modified | +2 −2 |
| contrib/rtree_gist/rtree_gist.c | modified | +216 −435 |
| contrib/rtree_gist/rtree_gist.sql.in | modified | +15 −23 |
| contrib/rtree_gist/sql/rtree_gist.sql | modified | +2 −2 |
| src/backend/access/gist/gist.c | modified | +69 −103 |
| src/backend/access/gist/gistget.c | modified | +3 −3 |
| src/backend/access/gist/gistscan.c | modified | +3 −1 |
| src/backend/catalog/index.c | modified | +78 −17 |
| src/include/access/gist.h | modified | +5 −4 |