Sven Klemm a760887145 Fix projection handling in gapfill
When getting the next tuple from the subplan gapfill would apply
the projection to it which was incorrect since the subplan already
did the projection and the projection for the gapfill tuple has to
be done when the tuple is handed to the parent node.

Fixes #3834
2021-12-17 23:58:43 +01:00
..
2021-01-22 22:18:18 +01:00