Re: Missing HashAgg EXPLAIN ANALYZE details for parallel plans

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Jeff Davis <pgsql@j-davis.com>
Date: 2020-07-08T22:08:05Z
Lists: pgsql-hackers
On Thu, 9 Jul 2020 at 04:30, Justin Pryzby <pryzby@telsasoft.com> wrote:
> I've just noticed another inconsistency:
> For "Sort", there's no space before "kB", but your patch (9bdb300d) uses a
> space for text mode.

Thanks for the report. I just pushed a fix for that.

David



Commits

  1. Fix whitespace in HashAgg EXPLAIN ANALYZE

  2. Fix EXPLAIN ANALYZE for parallel HashAgg plans

  3. Rework EXPLAIN format for incremental sort