Re: Deleting older versions in unique indexes to avoid page splits

Поиск
Список
Период
Сортировка
От Victor Yegorov
Тема Re: Deleting older versions in unique indexes to avoid page splits
Дата
Msg-id CAGnEbojYwbf7qsPmAPP7n5mft+odHpGyaQXrJGphEhBibzOXGg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deleting older versions in unique indexes to avoid page splits  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Deleting older versions in unique indexes to avoid page splits
Список pgsql-hackers
вт, 17 нояб. 2020 г. в 17:24, Peter Geoghegan <pg@bowt.ie>:
I prefer to continue to maintain the flag in the same way, regardless
of which B-Tree version is in use (i.e. if it's heapkeyspace or not).
Maintaining the flag is not expensive, may have some small value for
forensic or debugging purposes, and saves callers the trouble of
telling  _bt_delitems_delete() (and code like it) whether or not this
is a heapkeyspace index.

OK. Can you explain what deprecation means here?
If this functionality is left as is, it is not really deprecation?..

--
Victor Yegorov

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: remove spurious CREATE INDEX CONCURRENTLY wait
Следующее
От: Pavel Borisov
Дата:
Сообщение: Re: [PATCH] Covering SPGiST index