Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 12179c99b13067c170ae9d1c8fa2c93c01a21f94
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-02-05T19:38:58Z
Releases: 8.1.0
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

PathChange+/−
src/backend/access/gist/gistget.c modified +22 −16