]> granicus.if.org Git - postgresql/commit
Fix WAL replay bug in the new GIN incomplete-split code.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 7 Apr 2014 11:34:31 +0000 (14:34 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 7 Apr 2014 11:37:30 +0000 (14:37 +0300)
commit594bac42728fed67e05458633f35c2b1d7b38f1e
tree7f90777c4c59a7dcba3df10ca80918011e5097df
parent7d8f1de1bc04bf8ddda6548156ef32f46e13dd50
Fix WAL replay bug in the new GIN incomplete-split code.

Forgot to set the incomplete-split flag on the left page half, in redo of a
page split.

Spotted this by comparing the page contents on master and standby, after
inserting/applying each WAL record.
src/backend/access/gin/ginxlog.c