Skip to content
Snippets Groups Projects
Commit b021e9a1 authored by Tom Lane's avatar Tom Lane
Browse files

Put back code in nodeAgg to generate a dummy all-nulls input tuple

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...
parent 60f3e6b3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment