Repair nasty oversight in bt_split: if the index is temporary, we weren't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a78e12f96aad5e89a44d9725c95bda0866a228f3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-21T18:24:54Z
Releases: 7.3.3
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

PathChange+/−
src/backend/access/nbtree/nbtinsert.c modified +6 −5