--
-- numeric_accum/2
--
create or replace function numeric_accum(
  internal,
  numeric
) returns internal as $$
numeric_accum$$ language plpgsql;