Make lazy_vacuum_heap_rel match lazy_scan_heap.

Peter Geoghegan <pg@bowt.ie>

Commit: d30b499997caa77805c112b3e0524d2bca8f3e48
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2023-01-12T02:45:32Z
Releases: 16.0
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

Files

PathChange+/−
src/backend/access/heap/vacuumlazy.c modified +8 −16

Discussion