pgsql: Fix bug in the new B-tree incomplete-split code. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix bug in the new B-tree incomplete-split code.
Date
Msg-id E1WV1UL-00030I-3P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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/954523cdfe229f1cb99a43a19e291a557ae2822d

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c |    8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove dead check for backup block, replace with Assert.