Re: Parallel Bitmap Heap Scan - Prefetch pages are not updated properly

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel Bitmap Heap Scan - Prefetch pages are not updated properly
Date: 2017-04-04 13:07:12
Message-ID: CA+TgmoaGgzFFQnWzPxOmpPV7Anx61O9GdN6BhveexxTSnEN1HA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 4, 2017 at 6:24 AM, Dilip Kumar <dilipbalaut(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vicky Vergara 2017-04-04 13:07:41 Re: Instead of DROP function use UPDATE pg_proc in an upgrade extension script
Previous Message Simon Riggs 2017-04-04 13:05:54 Re: Should we cacheline align PGXACT?