pgsql: amcheck: Sanitize metapage's allequalimage field. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: amcheck: Sanitize metapage's allequalimage field.
Date
Msg-id E1k3oMM-0004fF-80@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
amcheck: Sanitize metapage's allequalimage field.

This will be helpful if it ever proves necessary to revoke an opclass's
support for deduplication.

Backpatch: 13-, where nbtree deduplication was introduced.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/be9bdab983cfc44db1d7f8c06df7d7a7cbcb8128

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix bogus EXPLAIN output for Hash Aggregate
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Remove obsolete amcheck comment.