postgresql/contrib/pgstattuple
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature
This patch is a no-op patch which is intended to reduce the chances
of failures of omission once the functional part of the "snapshot
too old" patch goes in.  It adds parameters for snapshot, relation,
and an enum to specify whether the snapshot age check needs to be
done for the page at this point.  This initial patch passes NULL
for the first two new parameters and BGP_NO_SNAPSHOT_TEST for the
third.  The follow-on patch will change the places where the test
needs to be made.
2016-04-08 14:30:10 -05:00
..
expected Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 2016-02-18 15:40:35 -05:00
sql Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 2016-02-18 15:40:35 -05:00
.gitignore
Makefile
pgstatapprox.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
pgstatindex.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
pgstattuple--1.0--1.1.sql
pgstattuple--1.1--1.2.sql
pgstattuple--1.2--1.3.sql
pgstattuple--1.3.sql
pgstattuple--unpackaged--1.0.sql
pgstattuple.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
pgstattuple.control