Rename LVRelState->frozen_pages
authorMelanie Plageman
Tue, 17 Dec 2024 19:13:00 +0000 (14:13 -0500)
committerMelanie Plageman
Tue, 17 Dec 2024 19:18:59 +0000 (14:18 -0500)
commitf020baa0662c73aa7e470b1e3856281199ce1ee4
tree4155ce341396f53782f05d8b5e6629c72522d78e
parent21fb39cb07938d29f2c7cfcf627d1b3d6b48e61c
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
src/backend/access/heap/vacuumlazy.c