• Kevin Grittner's avatar
    Modify BufferGetPage() to prepare for "snapshot too old" feature · 8b65cf4c
    Kevin Grittner authored
    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.
    8b65cf4c
spgscan.c 17.1 KB