Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
Tom Lane <tgl@sss.pgh.pa.us>
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into ReleaseAndReadBuffer during GIST index searches. We already did this in btree and rtree, might as well do it here too.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gist/gistget.c | modified | +22 −16 |