Re: Fwd: Avoid endless futile table locks in vacuuming.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fwd: Avoid endless futile table locks in vacuuming.
Дата
Msg-id 29776.1451513798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fwd: Avoid endless futile table locks in vacuuming.  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> So like the attached, although it is a bit weird to call
> lazy_check_needs_freeze if , under !scan_all, we don't actually care
> about whether it needs freezing but only the hastup.

I think this misses unpinning the buffer in the added code path.
I rearranged to avoid that, did some other cosmetic work, and committed.
        regards, tom lane



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: More thorough planning for OLAP queries (was: [PATCH] Equivalence Class Filters)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: rows estimate in explain analyze for the BRIN index