From: | Melanie Plageman <melanieplageman(at)gmail(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename LVRelState->frozen_pages |
Date: | 2024-12-17 19:21:18 |
Message-ID: | E1tNd8A-0004w7-39@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-12-17 20:52:25 | pgsql: Skip useless calculation of join RTE column names during EXPLAIN |
Previous Message | Tom Lane | 2024-12-17 17:23:35 | pgsql: Set max_safe_fds whenever we create shared memory and semaphores |