Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Oct 2005 17:18:45 +0000 (17:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Oct 2005 17:18:45 +0000 (17:18 +0000)
commit10f14e6e0dfbc5a82d3dc8be7f6be4a4f1bdd72d
tree39854ea260f44d34982d63f4f8fb8a9944ff1d32
parentae049f191d4a8a944b07d2c0d92525e7232ad552
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
the wrong buffer dirty when trying to kill a dead index entry that's on
a page after the one it started on.  No risk of data corruption, just
inefficiency, but still a bug.
src/backend/access/nbtree/nbtinsert.c