On Mon, 22 May 2023 at 07:05, Jonathan S. Katz <jkatz@postgresql.org> wrote:
> * Parallel execution of queries that use `FULL` and `OUTER` joins
I think this should be `RIGHT` joins rather than `OUTER` joins.
LEFT joins have been parallelizable I think for a long time now.
David