postgresql/src/bin/pg_amcheck/t
Robert Haas bbc1376b39 Teach verify_heapam() to validate update chains within a page.
Prior to this commit, we only consider each tuple or line pointer
on the page in isolation, but now we can do some validation of a line
pointer against its successor. For example, a redirect line pointer
shouldn't point to another redirect line pointer, and if a tuple
is HOT-updated, the result should be a heap-only tuple.

Himanshu Upadhyaya and Robert Haas, reviewed by Aleksander Alekseev,
Andres Freund, and Peter Geoghegan.
2023-03-22 08:48:54 -04:00
..
001_basic.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00
002_nonesuch.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00
003_check.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00
004_verify_heapam.pl Teach verify_heapam() to validate update chains within a page. 2023-03-22 08:48:54 -04:00
005_opclass_damage.pl Update copyright for 2023 2023-01-02 15:00:37 -05:00