]> granicus.if.org Git - postgresql/commit
Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Jun 2006 18:39:42 +0000 (18:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Jun 2006 18:39:42 +0000 (18:39 +0000)
commit59fd249a300d4dbf0b0388ea943e666ad6ab2f95
treeee8362e031b83a21db1fb9fd620c6bce13165ccb
parent1f5ca045a435bc6aa9c98d7296973925c5208add
Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving
aggregates.  We just disallowed that, and AFAICS there should be no other
cases where direct (non-aggregated) references to input columns are allowed
in a query with aggregation and no GROUP BY.
src/backend/executor/nodeAgg.c