Re: BitmapHeapScan streaming read user and prelim refactoring - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: BitmapHeapScan streaming read user and prelim refactoring
Date
Msg-id 7c2017c3-f12e-4c43-adad-c5ae0f93cd5d@iki.fi
Whole thread Raw
In response to Re: BitmapHeapScan streaming read user and prelim refactoring  (Andres Freund <andres@anarazel.de>)
Responses Re: BitmapHeapScan streaming read user and prelim refactoring
List pgsql-hackers
On 14/02/2024 21:42, Andres Freund wrote:
> On 2024-02-13 18:11:25 -0500, Melanie Plageman wrote:
>> patch 0004 is, I think, a bug fix. see [2].
> 
> I'd not quite call it a bugfix, it's not like it leads to wrong
> behaviour. Seems more like an optimization. But whatever :)

It sure looks like bug to me, albeit a very minor one. Certainly not an 
optimization, it doesn't affect performance in any way, only what 
EXPLAIN reports. So committed and backported that to all supported branches.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning
Next
From: Daniel Gustafsson
Date:
Subject: Re: Reducing connection overhead in pg_upgrade compat check phase