[COMMITTERS] pgsql: Separate reinitialization of shared parallel-scan state from Exe

2017-08-30 Thread Tom Lane
Separate reinitialization of shared parallel-scan state from ExecReScan. Previously, the parallel executor logic did reinitialization of shared state within the ExecReScan code for parallel-aware scan nodes. This is problematic, because it means that the ExecReScan call has to occur synchronously

[COMMITTERS] pgsql: Separate reinitialization of shared parallel-scan state from Exe

2017-08-30 Thread Tom Lane
Separate reinitialization of shared parallel-scan state from ExecReScan. Previously, the parallel executor logic did reinitialization of shared state within the ExecReScan code for parallel-aware scan nodes. This is problematic, because it means that the ExecReScan call has to occur synchronously