--
-- inet_server_port/0
--
create or replace function inet_server_port(
  
) returns int4 as $$
inet_server_port$$ language plpgsql;