The original implementation of polymorphic aggregates didn't really get the

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

Commit: 89c0a87fda06aade58831976c9dbc97134032d18
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-01-11T18:39:41Z
Releases: 8.3.0
The original implementation of polymorphic aggregates didn't really get the
checking of argument compatibility right; although the problem is only exposed
with multiple-input aggregates in which some arguments are polymorphic and
some are not.  Per bug #3852 from Sokolov Yura.

Files