Remove mark/restore support in GIN and GiST indexes.
Teodor Sigaev <teodor@sigaev.ru>
Remove mark/restore support in GIN and GiST indexes. Per Tom's comment. Also revome useless GISTScanOpaque->flags field.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginget.c | modified | +1 −49 |
| src/backend/access/gin/ginscan.c | modified | +10 −57 |
| src/backend/access/gist/gistget.c | modified | +1 −11 |
| src/backend/access/gist/gistscan.c | modified | +6 −113 |
| src/include/access/gin.h | modified | +1 −4 |
| src/include/access/gist_private.h | modified | +1 −16 |