pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing.

Robert Haas <rhaas@postgresql.org>

Commit: 2e46bf67114586835f4a9908f1a1f08ee8ba83a8
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-03-13T13:51:45Z
Releases: 9.2.0
pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing.

Jaime Casanova, reviewed by Noah Misch, slightly modified by me.

Files

PathChange+/−
contrib/pgstattuple/pgstatindex.c modified +3 −2
contrib/pgstattuple/pgstattuple.c modified +29 −13