]> granicus.if.org Git - postgresql/commit
Fix bug in the new B-tree incomplete-split code.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 22 Apr 2014 19:40:44 +0000 (22:40 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 22 Apr 2014 19:40:44 +0000 (22:40 +0300)
commit4a5d55ec2b711e13438a32d119a809a22ced410b
tree757a19f996e3e5988cab5edd44b15235a1312237
parent45e67a2ad7fcc1389cf897e308a75c3cb9f88c3f
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.
src/backend/access/nbtree/nbtinsert.c