--
-- lquery_recv/1
--
create or replace function lquery_recv(
  internal
) returns lquery as $$
lquery_recv$$ language plpgsql;