Re: Seq scans status update

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Seq scans status update
Дата
Msg-id Pine.GSO.4.64.0705282146090.28443@westnet.com
обсуждение исходный текст
Ответ на Re: Seq scans status update  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Mon, 28 May 2007, Tom Lane wrote:

> But maybe that could be fixed if the clock sweep doesn't touch the
> usage_count of a pinned buffer.  Which in fact it may not do already ---
> didn't look.

StrategyGetBuffer doesn't care whether the buffer is pinned or not; it
decrements the usage_count regardless.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE TABLE LIKE INCLUDING INDEXES support
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Logging checkpoints and other slowdown causes