Fix WAL replay bug in the new GIN incomplete-split code.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginxlog.c | modified | +10 −3 |