pgsql: Improve nbtree README's LP_DEAD section.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Improve nbtree README's LP_DEAD section.
Дата
Msg-id E1kbap4-0007YN-AH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve nbtree README's LP_DEAD section.

The description of how LP_DEAD bit setting by index scans works
following commit 2ed5b87f was rather unclear.  Clean that up a bit.

Also refer to LP_DEAD bit setting within _bt_check_unique() at the start
of the same section.  This mechanism may actually be more important than
the generic kill_prior_tuple mechanism that the section focuses on, so
it at least deserves to be mentioned in passing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a2f154a2ecaf545000a3ff3cdbadc76ae1df30a

Modified Files
--------------
src/backend/access/nbtree/README | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Message style improvements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix redundant error messages in client tools