Re: Fix Heap Blocks accumulation for Parallel Bitmap Heap Scan - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: Fix Heap Blocks accumulation for Parallel Bitmap Heap Scan
Date
Msg-id CAAKRu_YvqAVY05AFqZCaAXawXds5Syn1AmEhaBhMOaBe3x+3og@mail.gmail.com
Whole thread Raw
In response to Fix Heap Blocks accumulation for Parallel Bitmap Heap Scan  (Lukas Fittl <lukas@fittl.com>)
List pgsql-hackers
On Sun, Apr 5, 2026 at 2:52 PM Lukas Fittl <lukas@fittl.com> wrote:
>
> Parallel Bitmap Heap Scans were missing such handling in
> show_tidbitmap_info, causing the information shown on the plan to only
> reflect the Heap Blocks of the leader, not that of the parallel
> workers. I think this is inconsistent, and should be fixed.

I think this was intentional. See David's comment here [1].

- Melanie

[1] https://www.postgresql.org/message-id/CAApHDvqFtd-9DYH70sbjD7iB-Eq-xSip1LPr%3DnayfpPd1pkZVw%40mail.gmail.com



pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Better shared data structure management and resizable shared data structures
Next
From: warda Bibi
Date:
Subject: Re: Additional message in pg_terminate_backend