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