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 <[email protected]> Discussion: https://postgr.es/m/cah2-wznungszf8v6osgjac5aysb3cz6hw6mlm30x0d65cms...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d30b499997caa77805c112b3e0524d2bca8f3e48 Modified Files -------------- src/backend/access/heap/vacuumlazy.c | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-)
