pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules.
Date: 2021-04-01 17:41:33
Message-ID: E1lS1K1-0003Bu-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-04-01 18:03:11 Re: pgsql: Allow matching the DN of a client certificate for authentication
Previous Message Tom Lane 2021-04-01 17:34:38 pgsql: Fix pg_restore's misdesigned code for detecting archive file for