#ifndef FORK_PROCESS_H #define FORK_PROCESS_H #include "postgres.h" extern pid_t fork_process(void); #endif /* ! FORK_PROCESS_H */