Re: Parallel Bitmap Heap Scan - Prefetch pages are notupdated properly - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Parallel Bitmap Heap Scan - Prefetch pages are notupdated properly
Date
Msg-id CA+TgmoaGgzFFQnWzPxOmpPV7Anx61O9GdN6BhveexxTSnEN1HA@mail.gmail.com
Whole thread Raw
In response to Parallel Bitmap Heap Scan - Prefetch pages are not updated properly  (Dilip Kumar <dilipbalaut@gmail.com>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Should we cacheline align PGXACT?
Next
From: Vicky Vergara
Date:
Subject: Re: Instead of DROP function use UPDATE pg_proc in anupgrade extension script