Make lazy_vacuum_heap_rel match lazy_scan_heap.
commitd30b499997caa77805c112b3e0524d2bca8f3e48
authorPeter Geoghegan <pg@bowt.ie>
Thu, 12 Jan 2023 02:45:32 +0000 (11 18:45 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 12 Jan 2023 02:45:32 +0000 (11 18:45 -0800)
treefa49de1fd731d1b5cc711516fa8442a84a3fc833
parent8c233cf86b6d77989a1a6bea96f9b2e31a9b6c7a
Make lazy_vacuum_heap_rel match lazy_scan_heap.

Make lazy_vacuum_heap_rel variable names match those from lazy_scan_heap
where that makes sense.

Extracted from a larger patch to deal with issues with how vacuumlazy.c
sets pages all-frozen.

Author: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/CAH2-WznuNGSzF8v6OsgjaC5aYsb3cZ6HW6MLm30X0d65cmSH6A@mail.gmail.com
src/backend/access/heap/vacuumlazy.c