]> granicus.if.org Git - postgresql/commit
Remove SnapshotNow and HeapTupleSatisfiesNow.
authorRobert Haas <rhaas@postgresql.org>
Thu, 1 Aug 2013 14:46:19 +0000 (10:46 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 1 Aug 2013 14:46:19 +0000 (10:46 -0400)
commit813fb0315587d32e3b77af1051a0ef517d187763
tree55b7d661a5bdbf67ea0e9f15637ccf917ac2eda9
parentaad2a630b1b163038ea904e16a59e409020f5828
Remove SnapshotNow and HeapTupleSatisfiesNow.

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.
src/backend/catalog/index.c
src/backend/catalog/pg_enum.c
src/backend/commands/cluster.c
src/backend/utils/time/tqual.c
src/include/utils/tqual.h