Thanks for the feedback!
On Thu, Oct 30, 2025 at 7:35 AM Ilia Evdokimov
<ilya.evdokimov@tantorlabs.com> wrote:
> 1. I think the mention of VERBOSE might be unnecessary, since this is already covered in parallel.sgml, section
'ParallelPlan Tips'. That section explicitly says that EXPLAIN (ANALYZE, VERBOSE) shows per-worker statistics. 
Okay. I think the EXPLAIN docs are a better place for that info, but
if that's the consensus, I can update the patch.
> 2. Instead of introducing another query, why not reuse the one already shown earlier in the same section, just with
theGUCs adjusted to make it parallel? 
Sure, I can do that. I thought a more concise example would make it
clearer to see the parallelism-related bits.
And to answer my own question, I noticed another example has `SET
enable_seqscan TO off;`, so I'll add the GUCs.
Thanks,
Maciek