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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/594bac42728fed67e05458633f35c2b1d7b38f1e Modified Files -------------- src/backend/access/gin/ginxlog.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
