Vladimir Ryabtsev <[email protected]> writes: >> The reason for the plan shape difference is probably that the bare SELECT >> is allowed to use parallelism while INSERT/SELECT isn't.
> In case parallelism is used, should it report in the plan as something like
> "workers planned: N"?
It did --- see the Gather node.
regards, tom lane
