On 5/23/23 4:37 PM, David Rowley wrote:
> 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.
I had grabbed it from this line:
Allow outer and full joins to be performed in parallel (Melanie
Plageman, Thomas Munro)
If we want to be specific on RIGHT joins, I can update it in the release
announcement, but it may be too late for the release notes (at least for
beta 1).
Thanks,
Jonathan