Re: Remaining case where reltuples can become distorted across multiple VACUUM operations

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Remaining case where reltuples can become distorted across multiple VACUUM operations
Дата
Msg-id CAH2-Wzn3an_othuJpveULWDgU-ax8BTgQRg=hzeZECGc0heUeA@mail.gmail.com
обсуждение исходный текст
Ответ на Remaining case where reltuples can become distorted across multiple VACUUM operations  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Remaining case where reltuples can become distorted across multiple VACUUM operations  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Список pgsql-hackers
On Fri, Aug 5, 2022 at 5:39 PM Peter Geoghegan <pg@bowt.ie> wrote:
> Attached patch fixes closes the remaining gap. With the patch applied,
> the second and subsequent vacuum verbose operations from the test case
> will show that reltuples is still 10000 (it won't ever change). The
> patch just extends an old behavior that was applied when scanned_pages
> == 0 to cases where scanned_pages <= 1 (unless we happened to scan all
> of the relation's tables, of course).

My plan is to commit this later in the week, barring objections. Maybe
on Thursday.

-- 
Peter Geoghegan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: bug on log generation ?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: `make check` doesn't pass on MacOS Catalina