mirror of
https://github.com/postgres/postgres.git
synced 2026-06-21 16:11:13 -04:00
93a1af0b3f
This reverts commit15bc038f9, along with the followon commits1635e80d3and984c92074that tried to clean up the problems exposed by bug #14825. The result was incomplete because it failed to address parallel-query requirements. With 10.0 release so close upon us, now does not seem like the time to be adding more code to fix that. I hope we can un-revert this code and add the missing parallel query support during the v11 cycle. Back-patch to v10. Discussion: https://postgr.es/m/20170922185904.1448.16585@wrigleys.postgresql.org