• Robert Haas's avatar
    Remove SnapshotNow and HeapTupleSatisfiesNow. · 813fb031
    Robert Haas authored
    We now use MVCC catalog scans, and, per discussion, have eliminated
    all other remaining uses of SnapshotNow, so that we can now get rid of
    it.  This will break third-party code which is still using it, which
    is intentional, as we want such code to be updated to do things the
    new way.
    813fb031
cluster.c 52.2 KB