From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Combine FSM updates for prune and no-prune cases. |
Date: | 2024-01-26 16:41:46 |
Message-ID: | E1rTPH0-003Dxs-V5@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Combine FSM updates for prune and no-prune cases.
lazy_scan_prune() and lazy_scan_noprune() update the freespace map
with identical conditions; combine them. This consolidation is easier
now that cb970240f13df2b63f0410f81f452179a2b78d6f moved visibility map
updates into lazy_scan_prune().
While combining the FSM updates, simplify the logic for calling
lazy_scan_new_or_empty() and lazy_scan_noprune().
Also update a few comemnts in this part of the code to make them,
hopefully, clearer.
Melanie Plageman and Robert Haas
Discussion: https://postgr.es/m/CA%2BTgmoaLTvipm%3Dxx4rJLr07m908PCu%3DQH3uCjD1UOn8YaEuO2g%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/5eafacd2797dc0b04a0bde25fbf26bf79903e7c2
Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 139 +++++++++++++++--------------------
1 file changed, 59 insertions(+), 80 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2024-01-26 18:37:17 | pgsql: Temporary patch to help debug pg_walsummary test failures. |
Previous Message | Peter Eisentraut | 2024-01-26 12:52:27 | pgsql: Split some code out from MergeAttributes() |