--
-- timetz_hash/1
--
create or replace function timetz_hash(
  time with time zone
) returns int4 as $$
timetz_hash$$ language plpgsql;