pgsql: Remove unneeded nbtree latestRemovedXid comments.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove unneeded nbtree latestRemovedXid comments.
Дата
Msg-id E1mUhHT-0000jJ-1d@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Track LLVM 14 API changes.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typos and grammar in code comments