pgstattuple: Use SnapshotDirty, not SnapshotNow.
authorRobert Haas <rhaas@postgresql.org>
Thu, 25 Jul 2013 20:16:42 +0000 (16:16 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 25 Jul 2013 20:21:13 +0000 (16:21 -0400)
commit80c79ab2a8d63bc6c83269b29c1ba993c8077d3a
tree3f5b158d8f0844af078e924eeb67490a89becf1f
parent3483f4332de73e038db64be0614219b64fd3c971
pgstattuple: Use SnapshotDirty, not SnapshotNow.

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.
contrib/pgstattuple/pgstattuple.c