On Tue, 30 Mar 2021 at 06:38, Andres Freund <and...@anarazel.de> wrote: > On 2021-03-29 11:48:47 +1300, David Rowley wrote: > > I've done that in the attached. I added the > > ParallelBlockTableScanWorkerData as a pointer field in > > HeapScanDescData and change it so we only allocate memory for it for > > just parallel scans. The field is left as NULL for non-parallel > > scans. > > LGTM.
Thanks for having a look. Pushed. David