Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)
Date: 2025-02-27 18:37:00
Message-ID: CAH2-Wzk5pzenACJszp3xEkbAcfPptsq8jAm1wWCyZ26rPb-RPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 17, 2025 at 5:44 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> I need more feedback about this. I don't understand your perspective here.

Attached is a version of the patch that will apply cleanly against
HEAD. (This is from v26 of my skip scan patch, which is why I've
skipped so many version numbers compared to the last patch posted on
this thread.)

I still haven't changed anything about the implementation, since this
is just to keep CFTester happy.

--
Peter Geoghegan

Attachment Content-Type Size
v26-0001-Show-index-search-count-in-EXPLAIN-ANALYZE.patch application/octet-stream 52.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2025-02-27 18:37:58 Re: [Doc] Improve hostssl related descriptions and option presentation
Previous Message Peter Geoghegan 2025-02-27 18:31:00 Re: moving some code out of explain.c