pgsql: vacuumlazy.c: Clean up variable declarations. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumlazy.c: Clean up variable declarations.
Date
Msg-id E1nahdQ-0000ur-GZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Use has_privs_for_roles for predefined role checks: round 2
Next
From: Tom Lane
Date:
Subject: pgsql: Add a couple more tests for interval input decoding.