• Robert Haas's avatar
    pgstattuple: Use SnapshotDirty, not SnapshotNow. · 80c79ab2
    Robert Haas authored
    Tuples belonging to uncommitted transactions should not be
    counted as dead.
    
    This is arguably a bug fix that should be back-patched, but
    as no one ever noticed until it came time to try to get rid
    of SnapshotNow, I'm only doing this in master for now.
    80c79ab2
pgstattuple.c 13.4 KB