pgsql: Adjust lazy_scan_heap() accounting comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust lazy_scan_heap() accounting comments.
Date: 2021-02-15 03:29:36
Message-ID: E1lBUZs-0006yP-Ks@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust lazy_scan_heap() accounting comments.

Explain which particular LP_DEAD line pointers get accounted for by the
tups_vacuumed variable.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7cde6b13a9b630e2f04d91e2f17dedc2afee21c6

Modified Files
--------------
src/backend/access/heap/pruneheap.c | 5 +++--
src/backend/access/heap/vacuumlazy.c | 18 +++++++++---------
2 files changed, 12 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-02-15 03:44:25 pgsql: Avoid misinterpreting GiST pages in pageinspect.
Previous Message Thomas Munro 2021-02-15 03:24:18 pgsql: Default to wal_sync_method=fdatasync on FreeBSD.