pgsql: vacuumlazy.c: Rename state field for consistency. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumlazy.c: Rename state field for consistency.
Date
Msg-id E1nDcmC-0006aZ-D3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix incorrect memory context switch in COPY TO execution
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix comments about bgworker registration before MaxBackends init