vacuumlazy.c: Clean up variable declarations.

Peter Geoghegan <pg@bowt.ie>

Commit: 14bf1e831356770cc61a5f43b9b816f0c0583f2b
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2022-04-02T17:33:21Z
Releases: 15.0
vacuumlazy.c: Clean up variable declarations.

Move some of the heap_vacuum_rel() instrumentation related variables to
the scope where they're actually needed.  Also reorder some of the
variable declarations at the start of heap_vacuum_rel() so that related
variables appear together.

Files

PathChange+/−
src/backend/access/heap/vacuumlazy.c modified +23 −25