vacuumlazy.c: Clean up variable declarations.
commit14bf1e831356770cc61a5f43b9b816f0c0583f2b
authorPeter Geoghegan <pg@bowt.ie>
Sat, 2 Apr 2022 17:33:21 +0000 (2 10:33 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Sat, 2 Apr 2022 17:33:21 +0000 (2 10:33 -0700)
tree819188fb681d7f2ec86e146c4adffb5acc05ebf1
parent9752436f049430428464e22dcf837e9c6fa4e513
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.
src/backend/access/heap/vacuumlazy.c