Re: Result Cache node shows per-worker info even for workers not launched

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Amit Khandekar <amitdkhan.pg@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-30T02:50:33Z
Lists: pgsql-hackers
On Wed, 28 Apr 2021 at 23:05, Amit Khandekar <amitdkhan.pg@gmail.com> wrote:
>
> On Wed, 28 Apr 2021 at 13:54, David Rowley <dgrowleyml@gmail.com> wrote:
> > I've attached a patch to do this. The explain.c part is pretty similar
> > to your patch, I just took my original code and comment.
>
> Sounds good. And thanks for the cleanup patch, and the brief history.
> Patch looks ok to me.

Thanks for the review.  I pushed the patch with a small additional
change to further tidy up show_resultcache_info().

David



Commits

  1. Adjust EXPLAIN output for parallel Result Cache plans