Re: Incorrect result of bitmap heap scan. - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Incorrect result of bitmap heap scan.
Date
Msg-id 33lgqu6gliespblbvofmigtfrk5qghrzefzh64jcd5irxms6bx@zrmwgsf56lg5
Whole thread Raw
In response to Re: Incorrect result of bitmap heap scan.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

On 2025-04-02 14:17:01 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Does anybody have an opinion about how non-invasive to be in the
> > back-branches? The minimal version is something like this diff:
> 
> Minimal is good -- less chance of breaking anything.
> 
> > - Should we commit the test showing that the naive implementation of
> >   index-only-bitmap-heapscan is broken, in case somebody wants to re-introduce
> >   it?
> 
> Seems like a good idea.  Agreed on HEAD-only for that.

Pushed that way.

Thanks for the report and the fix!

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Incorrect result of bitmap heap scan.
Next
From: Heikki Linnakangas
Date:
Subject: Re: [PATCH] Add sortsupport for range types and btree_gist