pgsql: vacuumlazy.c: Clean up variable declarations.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: Clean up variable declarations.
Date: 2022-04-02 17:34:01
Message-ID: E1nahdQ-0000ur-GZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-02 17:50:21 pgsql: Add a couple more tests for interval input decoding.
Previous Message Joe Conway 2022-04-02 17:25:12 pgsql: Use has_privs_for_roles for predefined role checks: round 2