pgsql: Add more general summary to vacuumlazy.c

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more general summary to vacuumlazy.c
Date: 2025-01-15 19:18:44
Message-ID: E1tY8uZ-001mCz-TF@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more general summary to vacuumlazy.c

Add more comments at the top of vacuumlazy.c on heap relation vacuuming
implementation.

Previously vacuumlazy.c only had details related to dead TID storage.
This commit adds a more general summary to help future developers
understand the heap relation vacuum design and implementation at a high
level.

Reviewed-by: Alena Rybakina, Robert Haas, Andres Freund, Bilal Yavuz
Discussion: https://postgr.es/m/flat/CAAKRu_ZF_KCzZuOrPrOqjGVe8iRVWEAJSpzMgRQs%3D5-v84cXUg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3edc67d337c2e498dad1cd200e460f7c63e512e6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-01-15 21:36:56 Re: pgsql: Change gist stratnum function to use CompareType
Previous Message Peter Eisentraut 2025-01-15 18:37:20 pgsql: Add a bit of documentation related to IWYU