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

From vignesh C
Subject Re: Incorrect result of bitmap heap scan.
Date
Msg-id CALDaNm3_kv44y59YgAMaLSR7+DaaPo-sD2Q+FBxf=1cyk9uv-Q@mail.gmail.com
Whole thread Raw
In response to Re: Incorrect result of bitmap heap scan.  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Responses Re: Incorrect result of bitmap heap scan.
List pgsql-hackers
On Wed, 5 Mar 2025 at 16:43, Matthias van de Meent
<boekewurm+postgres@gmail.com> wrote:
>
> On Sun, 2 Mar 2025 at 01:35, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >
> > Peter Geoghegan <pg@bowt.ie> writes:
> > > Is everybody in agreement about committing and back patching this fix,
> > > which simply disables the optimization altogether?
> > > I myself don't see a better way, but thought I'd ask before proceeding
> > > with review and commit.
> >
> > If you don't see a clear path forward, then "disable" is the only
> > reasonable choice for the back branches.  Maybe we'll find a fix
> > in future, but it seems unlikely that it'd be back-patchable.
>
> Agreed.
>
> Here's patch v5 for the master branch (now up to f4694e0f), with no
> interesting changes other than fixing apply conflicts caused by
> bfe56cdf.

I noticed that Andres's comment from [1] is not yet addressed,
changing the commitfest entry status to Waiting on Author, please
address the comment and change it back to Needs review.
[1] - https://www.postgresql.org/message-id/tf5pp2o2a5x5qjcseq354bd26ya4o7p2vjzm5z4w57ca3vy6bc@ep7enrljvdkr

Regards,
Vignesh



pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Forbid to DROP temp tables of other sessions
Next
From: vignesh C
Date:
Subject: Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM?