--
-- icregexnesel/4
--
create or replace function icregexnesel(
  internal,
  oid,
  internal,
  integer
) returns float8 as $$
icregexnesel$$ language plpgsql;