Rename LVRelState VM-related logging counters The LVRelState fields that track newly all-visible/all-frozen pages were previously named vm_new_visible_pages, vm_new_frozen_pages, and vm_new_visible_frozen_pages. The correct terminology is all-visible and all-frozen; omitting “all” was open to misinterpretation, as the page isn't visible or invisible, rather all the tuples on the page are visible to all running and future transactions. Rename the members accordingly.
Author: Melanie Plageman <[email protected]> Suggested-by: Andres Freund <[email protected]> Discussion: https://postgr.es/m/bqc4kh5midfn44gnjiqez3bjqv4zogydguvdn446riw45jcf3y%404ez66il7ebvk Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5aea60839ba30440b1e1448dffc8334bbcf1a59a Modified Files -------------- src/backend/access/heap/vacuumlazy.c | 41 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 20 deletions(-)
