pgsql: vacuumlazy.c: Tweak local variable name.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: Tweak local variable name.
Date: 2023-01-12 01:59:24
Message-ID: E1pFmsG-003DHQ-H4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: Tweak local variable name.

Make a local variable name consistent with the name from its WAL record.

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/8c233cf86b6d77989a1a6bea96f9b2e31a9b6c7a

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2023-01-12 02:47:05 pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap.
Previous Message Peter Geoghegan 2023-01-12 01:31:54 pgsql: Rename and relocate freeze plan dedup routines.