In SPGiST replay, do conflict resolution before modifying the page. In yesterday's commit 962e0cc71e839c58fb9125fa85511b8bbb8bdbee, I added the ResolveRecoveryConflictWithSnapshot call in the wrong place. I correctly put it before spgRedoVacuumRedirect itself would modify the index page --- but not before RestoreBkpBlocks, so replay of a record with a full-page image would modify the page before kicking off any conflicting HS transactions. Oops.
Branch ------ REL9_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/dd6947aae8cd05809f03c9aae1908f5c70f0dd7d Modified Files -------------- src/backend/access/spgist/spgxlog.c | 40 +++++++++++++++++++++++----------- 1 files changed, 27 insertions(+), 13 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
