pgsql: Remove comment about historic heap vacuuming issue.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove comment about historic heap vacuuming issue.
Date: 2022-04-11 21:21:37
Message-ID: E1ne1Td-000500-2z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove comment about historic heap vacuuming issue.

Remove comment block about how heap page vacuuming used to set tuples
with storage to LP_UNUSED in a rare edge case that can no longer happen
following commit 8523492d4e. The comments seem unnecessary now, since
it's now generally clear that heap vacuuming only applies to LP_DEAD
items from VACUUM's first heap pass following more recent work from
commits 12b5ade902 and 4f8d9d1217.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9debd123483b970a53ba0e3de51c6234f3044df0

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-11 21:44:04 pgsql: Make XLogRecGetBlockTag() throw error if there's no such block.
Previous Message Tom Lane 2022-04-11 19:56:14 pgsql: Remove dead code in do_pg_backup_start().