On Wed, 28 Apr 2021 at 13:54, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> So, given that I removed the parallel test in partition_prune.sql, and
> don't have any EXPLAIN ANALYZE output for parallel tests in
> resultcache.sql, it should be safe enough to put that cache_misses ==
> 0 test back into explain.c
>
> 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.