You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Modify BufferGetPage() to prepare for "snapshot too old" feature
This patch is a no-op patch which is intended to reduce the chancesof failures of omission once the functional part of the "snapshottoo old" patch goes in. It adds parameters for snapshot, relation,and an enum to specify whether the snapshot age check needs to bedone for the page at this point. This initial patch passes NULLfor the first two new parameters and BGP_NO_SNAPSHOT_TEST for thethird. The follow-on patch will change the places where the testneeds to be made.