pgsql: Rename LVRelState->frozen_pages - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Rename LVRelState->frozen_pages
Date
Msg-id E1tNd8A-0004w7-39@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename LVRelState->frozen_pages

Rename frozen_pages to new_frozen_tuple_pages in LVRelState, the struct
used for tracking state during vacuuming of a heap relation.
frozen_pages sounds like it tracks pages set all-frozen. That is a
misnomer. It only includes pages with at least one newly frozen tuple.
It also includes pages that are not all-frozen.

Author: Melanie Plageman
Reviewed-by: Andres Freund, Masahiko Sawada, Nitin Jadhav, Bilal Yavuz

Discussion: https://postgr.es/m/ctdjzroezaxmiyah3gwbwm67defsrwj2b5fpfs4ku6msfpxeia%40mwjyqlhwr2wu

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Set max_safe_fds whenever we create shared memory and semaphores
Next
From: Tom Lane
Date:
Subject: pgsql: Skip useless calculation of join RTE column names during EXPLAIN