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

From Tom Lane
Subject Re: Incorrect result of bitmap heap scan.
Date
Msg-id 1647379.1733159462@sss.pgh.pa.us
Whole thread Raw
In response to Re: Incorrect result of bitmap heap scan.  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: Incorrect result of bitmap heap scan.
List pgsql-hackers
Peter Geoghegan <pg@bowt.ie> writes:
> On Mon, Dec 2, 2024 at 12:02 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Yup.  I am saying that that qualifies as too-aggressive setting of the
>> all-visible bit.  I'm not sure what rule we should adopt instead of
>> the current one, but I'd much rather slow down page freezing than
>> institute new page locking rules.

> Freezing a page, and setting a page all-visible are orthogonal.

Sorry, sloppy wording on my part.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Incorrect result of bitmap heap scan.
Next
From: Fujii Masao
Date:
Subject: Re: Add “FOR UPDATE NOWAIT” lock details to the log.