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+skdi9z9n...@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(-)