--
-- hash_numeric/1
--
create or replace function hash_numeric(
  numeric
) returns int4 as $$
hash_numeric$$ language plpgsql;