On Thu, 8 Apr 2021 at 11:06, Tom Lane <t...@sss.pgh.pa.us> wrote: > > Andres Freund <and...@anarazel.de> writes: > > > Might be force_parallel_mode=regress related. > > Yeah. On my machine, it's fine without force_parallel_mode and > crashes with that. Looks like query text is not getting passed > to the parallel worker in some cases.
I wonder if it would be worth adding a regression test run of the core tests during make check-world with force_parallel_mode set to regress. But maybe people running the tests on slow machines might not be a fan of that idea. David