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
-
Fix whitespace in HashAgg EXPLAIN ANALYZE
- 285da44a69dd 13.0 landed
- 2b7dbc0db6ec 14.0 landed
-
Fix EXPLAIN ANALYZE for parallel HashAgg plans
- bdee4af8e076 13.0 landed
- 9bdb300dedf0 14.0 landed
-
Rework EXPLAIN format for incremental sort
- 6a918c3ac8a6 13.0 cited