• Tom Lane's avatar
    Put back code in nodeAgg to generate a dummy all-nulls input tuple · b021e9a1
    Tom Lane authored
    before calling execProject, when the outerPlan has returned zero tuples.
    I took this out under the mistaken impression that the input tuple
    couldn't be referenced by execProject if we weren't in GROUP BY mode.
    But it can, if we're in an UPDATE or DELETE...
    b021e9a1
nodeAgg.c 20.1 KB