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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in the new B-tree incomplete-split code.
Date: 2014-04-22 19:44:26
Message-ID: E1WcgcE-0002Oq-Vu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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/4a5d55ec2b711e13438a32d119a809a22ced410b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-22 20:06:43 pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Previous Message Heikki Linnakangas 2014-04-22 19:40:07 pgsql: Fix Gin README.