Обсуждение: Parallel Bitmap Heap Scan - Prefetch pages are not updated properly

Поиск
Список
Период
Сортировка

Parallel Bitmap Heap Scan - Prefetch pages are not updated properly

От
Dilip Kumar
Дата:
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.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Вложения

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

От
Robert Haas
Дата:
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