Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix bug in the new B-tree incomplete-split code. Inserting a downlink to an internal page clears the incomplete-split flag of the child's left sibling, so the left sibling's LSN also needs to be updated.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtinsert.c | modified | +8 −0 |