pgsql: vacuumlazy.c: Tweak local variable name. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumlazy.c: Tweak local variable name.
Date
Msg-id E1pFmsG-003DHQ-H4@gemulon.postgresql.org
Whole thread Raw
List 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@bowt.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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Rename and relocate freeze plan dedup routines.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap.