Re: Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()
Дата
Msg-id CAH2-WzkaiDxCje0yPuH=3Uh2p1V_2pFGY==xfbZoZu7Ax_NB8g@mail.gmail.com
обсуждение исходный текст
Ответ на Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()  ("Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>)
Ответы Re: Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Sun, Apr 2, 2023 at 1:25 AM Drouvot, Bertrand
<bertranddrouvot.pg@gmail.com> wrote:
> now that the heap relation is passed down to vacuumRedirectAndPlaceholder()
> thanks to 61b313e47e, we can also pass it down to GlobalVisTestFor() too (to
> allow more pruning).

What about BTPageIsRecyclable() and _bt_pendingfsm_finalize()?

Making nbtree page deletion more efficient when logical decoding is in
use seems well worthwhile. There is an "XXX" comment about this issue,
similar to the SP-GiST one. It looks like you already have everything
you need to make this work from yesterday's commit 61b313e47e.

--
Peter Geoghegan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: regression coverage gaps for gist and hash indexes
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()