On Thu, 8 Apr 2021 at 11:06, Tom Lane <[email protected]> wrote: > > Andres Freund <[email protected]> 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
