Re: pgsql: Improve nbtree skip scan primitive scan scheduling.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Date: 2025-04-28 16:12:05
Message-ID: CAH2-WzmDF0Rcnvi2vhhYwLdF5bcs=8+rvScXWieBVkR2kezn6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Apr 27, 2025 at 1:06 PM Mark Dilger
<mark(dot)dilger(at)enterprisedb(dot)com> wrote:
> I can confirm that your patch fixes the problem, having spent some four hours trying to find other test cases which still fail, finding none.

Great.

I pushed essentially the same patch to HEAD just now.

Thanks for the report!

--
Peter Geoghegan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2025-04-28 16:50:00 pgsql: Fix obsolete nbtree array advancement comment.
Previous Message Peter Geoghegan 2025-04-28 16:11:45 pgsql: Make NULL tuple values always advance skip arrays.