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