--
-- int8pl_inet/2
--
create or replace function int8pl_inet(
  bigint,
  inet
) returns inet as $$
select $2 + $1$$ language plpgsql;