pgsql: vacuumlazy.c: Rename state field for consistency.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: Rename state field for consistency.
Date: 2022-01-29 01:43:40
Message-ID: E1nDcmC-0006aZ-D3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: Rename state field for consistency.

Rename pages_removed to removed_pages, for consistency with nearby
vacrel fields.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bf42fcace5c510b3579469913ae4cbb2517861d5

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-29 01:52:58 pgsql: Fix comments about bgworker registration before MaxBackends init
Previous Message Michael Paquier 2022-01-29 01:23:37 pgsql: Fix incorrect memory context switch in COPY TO execution