--
-- timetz_cmp/2
--
create or replace function timetz_cmp(
  time with time zone,
  time with time zone
) returns int4 as $$
timetz_cmp$$ language plpgsql;