postgresql/contrib/pg_visibility
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
..
Makefile Add pg_visibility contrib module. 2016-03-08 08:42:01 -05:00
pg_visibility--1.0.sql Add pg_visibility contrib module. 2016-03-08 08:42:01 -05:00
pg_visibility.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
pg_visibility.control Add pg_visibility contrib module. 2016-03-08 08:42:01 -05:00