Re: Parallel Bitmap Heap Scan - Prefetch pages are notupdated properly

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Parallel Bitmap Heap Scan - Prefetch pages are notupdated properly
Дата
Msg-id CA+TgmoaGgzFFQnWzPxOmpPV7Anx61O9GdN6BhveexxTSnEN1HA@mail.gmail.com
обсуждение исходный текст
Ответ на Parallel Bitmap Heap Scan - Prefetch pages are not updated properly  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
On Tue, Apr 4, 2017 at 6:24 AM, Dilip Kumar <dilipbalaut@gmail.com> wrote:
> While analyzing the coverage for the prefetching part, I found an
> issue that prefetch_pages were not updated properly while executing in
> parallel mode.
>
> Attached patch fixes the same.

Wow, OK.  Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Should we cacheline align PGXACT?
Следующее
От: Vicky Vergara
Дата:
Сообщение: Re: Instead of DROP function use UPDATE pg_proc in anupgrade extension script