Fix systable_recheck_tuple() for MVCC scan snapshots.

Noah Misch <noah@leadboat.com>

Commit: ffcf654547ef38555203e6d716f47b7065a0a87d
Author: Noah Misch <noah@leadboat.com>
Date: 2013-07-17T00:16:32Z
Releases: 9.4.0
Fix systable_recheck_tuple() for MVCC scan snapshots.

Since this function assumed non-MVCC snapshots, it broke when commit
568d4138c646cd7cd8a837ac244ef2caf27c6bb8 switched its one caller from
SnapshotNow scans to MVCC-snapshot scans.

Reviewed by Robert Haas, Tom Lane and Andres Freund.

Files

PathChange+/−
src/backend/access/index/genam.c modified +16 −4