pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap.
Date: 2023-01-12 02:47:05
Message-ID: E1pFncO-003Dcm-MI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bowt(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-12 03:20:10 pgsql: Doc: fix silly thinko in 8bf6ec3ba.
Previous Message Peter Geoghegan 2023-01-12 01:59:24 pgsql: vacuumlazy.c: Tweak local variable name.