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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/14bf1e831356770cc61a5f43b9b816f0c0583f2b Modified Files -------------- src/backend/access/heap/vacuumlazy.c | 48 +++++++++++++++++------------------- 1 file changed, 23 insertions(+), 25 deletions(-)
