]> granicus.if.org Git - postgresql/commit
Fix systable_recheck_tuple() for MVCC scan snapshots.
authorNoah Misch <noah@leadboat.com>
Wed, 17 Jul 2013 00:16:32 +0000 (20:16 -0400)
committerNoah Misch <noah@leadboat.com>
Wed, 17 Jul 2013 00:16:32 +0000 (20:16 -0400)
commitffcf654547ef38555203e6d716f47b7065a0a87d
treec5eddd43fbc8ba7a216d031ec71cb248af3d1029
parentb560ec1b0d7b910ce13edc51ffaafaca72136e3b
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.
src/backend/access/index/genam.c