--
-- timestamp_larger/2
--
create or replace function timestamp_larger(
  timestamp without time zone,
  timestamp without time zone
) returns timestamp as $$
timestamp_larger$$ language plpgsql;