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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 4a5d55ec2b711e13438a32d119a809a22ced410b
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-04-22T19:40:44Z
Releases: 9.4.0
Fix bug in the new B-tree incomplete-split code.

Forgot to update LSN of left sibling's page, when creating a new root.
I fixed this for regular insertions and page splits earlier, but missed
new root creation.

Files

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