pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap.
Date
Msg-id E1pFncO-003Dcm-MI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: vacuumlazy.c: Tweak local variable name.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: fix silly thinko in 8bf6ec3ba.