--
-- float84lt/2
--
create or replace function float84lt(
  double precision,
  real
) returns bool as $$
float84lt$$ language plpgsql;