pgsql: Remove unneeded nbtree latestRemovedXid comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unneeded nbtree latestRemovedXid comments.
Date: 2021-09-27 03:26:15
Message-ID: E1mUhHT-0000jJ-1d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-09-27 05:23:49 pgsql: Fix typos and grammar in code comments
Previous Message Thomas Munro 2021-09-26 21:53:48 pgsql: Track LLVM 14 API changes.