Repair nasty oversight in bt_split: if the index is temporary, we weren't
Tom Lane <tgl@sss.pgh.pa.us>
Repair nasty oversight in bt_split: if the index is temporary, we weren't updating the left-link from the split page's right sibling. This could result in backwards index scans missing some entries. Same bug exists in HEAD, will be patched later.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtinsert.c | modified | +6 −5 |