Neil Conway wrote:
> Attached is a patch that applies the same optimization to int2_sum(),
> int4_sum(), float4_accum(), and float8_accum(). It wasn't possible to
> optimize do_numeric_accum() or int8_sum() since they both use numerics.
Applied.
-Neil