Re: Index Skip Scan (new UniqueKeys) - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Index Skip Scan (new UniqueKeys)
Date
Msg-id CAH2-Wz=s9aW=eb=N744qYskUJsdfmpvB-KWhEQR9mQUGo5+5oQ@mail.gmail.com
Whole thread Raw
In response to Re: Index Skip Scan (new UniqueKeys)  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
On Mon, Sep 21, 2020 at 5:59 PM Peter Geoghegan <pg@bowt.ie> wrote:
> That's all I have for now.

One more thing. I don't think that this should be a bitwise AND:

                    if ((offnum > maxoff) & (so->currPos.nextPage == P_NONE))
                    {
                        ....
                    }


-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Load TIME fields - proposed performance improvement
Next
From: Thomas Munro
Date:
Subject: Re: Parallel Full Hash Join