[COMMITTERS] pgsql: Fix bug in the new B-tree incomplete-split code.

2014-04-22 Thread Heikki Linnakangas
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. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4a5d55ec

[COMMITTERS] pgsql: Fix bug in the new B-tree incomplete-split code.

2014-04-01 Thread Heikki Linnakangas
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. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/954523cdfe229f1