pgsql: Remove unneeded nbtree latestRemovedXid comments. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove unneeded nbtree latestRemovedXid comments.
Date
Msg-id E1mUhHT-0000jJ-1d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unneeded nbtree latestRemovedXid comments.

Discussing the low level issue of nbtree VACUUM and recovery conflicts
in btvacuumpage() now seems inappropriate.  The same issue is discussed
in nbtxlog.h, as well as in a comment block above _bt_delitems_vacuum().

The comment block made more sense when it was part of a broader
discussion of nbtree VACUUM "pin scans".  These were removed by commit
9f83468b.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/895267a3266484440c0b2f42f613bcff28844cc1

Modified Files
--------------
src/backend/access/nbtree/nbtree.c | 27 +--------------------------
1 file changed, 1 insertion(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Track LLVM 14 API changes.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix typos and grammar in code comments