]> 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:15 +0000 (17:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Oct 2005 17:18:15 +0000 (17:18 +0000)
commit00de66a3b4bd6ab9c42b2c9491519184d3613e54
treea38ccda51da3f5106c82f1925586acfddbfd6702
parent592ca3cf06890be74eb6ad52805aeae1ebdc4899
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