Fix bug in the new B-tree incomplete-split code.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 954523cdfe229f1cb99a43a19e291a557ae2822d
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-04-01T16:19:47Z
Releases: 9.4.0
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

PathChange+/−
src/backend/access/nbtree/nbtinsert.c modified +8 −0