]> granicus.if.org Git - postgresql/commit
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:31 +0000 (17:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Oct 2005 17:18:31 +0000 (17:18 +0000)
commit5c05d165afe108e70a63d65a31964072f4396c23
treecac09605e8fee0c5de9dc8a3300757cd873026e3
parent25a5b740cd1158e3a4ff4c0432164f4198afb05b
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