Обсуждение: pgsql: Remove unneeded nbtree latestRemovedXid comments.

Поиск
Список
Период
Сортировка

pgsql: Remove unneeded nbtree latestRemovedXid comments.

От
Peter Geoghegan
Дата:
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(-)