pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules.
Date
Msg-id E1lS1K1-0003Bu-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
amcheck: Fix verify_heapam's tuple visibility checking rules.

We now follow the order of checks from HeapTupleSatisfies* more
closely to avoid coming to erroneous conclusions.

Mark Dilger and Robert Haas

Discussion: http://postgr.es/m/CA+Tgmob6sii0yTvULYJ0Vq4w6ZBmj7zUhddL3b+SKDi9z9NA7Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b6c1259f9ca8e21860aaf24ec6735a8e5598ea0

Modified Files
--------------
contrib/amcheck/verify_heapam.c | 555 ++++++++++++++++++++++++++++++----------
1 file changed, 414 insertions(+), 141 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_restore's misdesigned code for detecting archive file for
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Allow matching the DN of a client certificate for authentication