Fix WAL replay bug in the new GIN incomplete-split code.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 594bac42728fed67e05458633f35c2b1d7b38f1e
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-04-07T11:37:30Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/backend/access/gin/ginxlog.c modified +10 −3