Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtinsert.c | modified | +5 −2 |