On Wed, Sep 25, 2019 at 1:02 PM Andres Freund <andres@anarazel.de> wrote:
> IOW, wherever ExecComputeSlotInfo() is called, we should only actually > push the expression step, when ExecComputeSlotInfo does not determine > that a) the slot is virtual, b) and fixed (i.e. guaranteed to always be > the same type of slot). > > Does that make sense?
That is a great suggestion and I totally agree. I have attached a patch that achieves this.