pgsql/src/backend/access/nbtree nbtree.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/access/nbtree nbtree.c
Дата
Msg-id 200111232341.fANNfs884527@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/23 18:41:54

Modified files:
    src/backend/access/nbtree: nbtree.c

Log message:
    Fix boundary condition in btbulkdelete: don't examine high key in case
    where rightmost index page splits while we are waiting to obtain exclusive
    lock on it.  Not clear this would actually hurt (probably the callback
    would always fail), but better safe than sorry.
    Also, improve comments describing concurrency considerations in this code.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml history.sgml intro.sgml not ...
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/test/regress/expected alter_table.out