Re: avg(int2) and avg(int8) micro-opt - Mailing list pgsql-patches

From Neil Conway
Subject Re: avg(int2) and avg(int8) micro-opt
Date
Msg-id 42547729.4030805@samurai.com
Whole thread Raw
In response to Re: avg(int2) and avg(int8) micro-opt  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: DELETE ... USING
Next
From: Neil Conway
Date:
Subject: Re: DELETE ... USING