Sven Klemm 9c49a47fbb Fix handling of PlaceHolderVar in DecompressChunk
When the relation targetlist of the uncompressed chunk contained
PlaceHolderVars the construction of the relation targetlist of
the compressed chunk would fail with an error. This patch changes
the behaviour to recurse into those PlaceHolderVar.
2020-07-02 14:07:39 +02:00
..