--
-- int8le/2
--
create or replace function int8le(
  bigint,
  bigint
) returns bool as $$
int8le$$ language plpgsql;