Add an opr_sanity check for misdefined aggregates that have transition

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ba930a016c96f8cf57255b6f3adaa73564a7965d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-18T05:02:19Z
Releases: 7.1.1
Add an opr_sanity check for misdefined aggregates that have transition
type different from input type but are expecting ExecAgg to insert the
first non-null input as the starting transition value.  This has always
been verboten, but wasn't checked for until now...

Files