Re: Show estimated number of groups for IncrementalSort in EXPLAIN

From: solai v <solai(dot)cdac(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Enrique Sánchez <enriqueesanchz(at)gmail(dot)com>
Subject: Re: Show estimated number of groups for IncrementalSort in EXPLAIN
Date: 2026-08-11 07:06:50
Message-ID: CAF0whudxfGJc2JKTXeH81+DiVBRNaRUm79h1NKkY_s-JcFsw+g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Great!

Thank you for pushing.

Regards,
Solai

On Tue, Aug 11, 2026 at 7:07 AM David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
>
> On Wed, 29 Jul 2026 at 22:14, Ilia Evdokimov
> <ilya(dot)evdokimov(at)tantorlabs(dot)com> wrote:
> > I noticed that doc contains a query with EXPLAIN output for an
> > Incremental Sort plan, and we should add new line with Estimated Groups.
> > I added v3-patch with it.
>
> I did some very minor adjustments to align some parameter names so
> they used the same naming convention as the other parameters, and also
> some alignment of comments for the new numGroups fields to make the
> comments the same as the other places that have a field by that name
> and for the same purpose.
>
> Now pushed.
>
> David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-08-11 07:13:45 Re: Improve errmsg for publication membership
Previous Message Michael Paquier 2026-08-11 06:40:56 Re: [PATCH] Fix TOCTOU races in recovery/t/020_archive_status.pl archive checks