pgsql: Adjust _bt_insertonpg() comments

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Adjust _bt_insertonpg() comments
Дата
Msg-id E1f94d2-00074g-El@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Adjust _bt_insertonpg() comments

Remove an obsolete reference to the 'afteritem' argument, which was
removed by commit bc292937.  Add a comment that clarifies how
_bt_insertonpg() indirectly handles the insertion of high key items.

Author: Peter Geoghegan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f97f0c921ae56bb16e466f3c9d6c504f4a96a539

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Fix datatype for number of heap tuples during last cleanup