Avoid calling PageGetSpecialPointer() on an all-zeros page. That was otherwise harmless, but tripped the new assertion in PageGetSpecialPointer().
Reported by Amit Langote. Backpatch to 9.5, where the assertion was added. Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6a0a388c202098db207fff8e571f599296aa57d8 Modified Files -------------- src/backend/access/nbtree/nbtree.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
