diff options
Diffstat (limited to 'src/include/postmaster/fork_process.h')
-rw-r--r-- | src/include/postmaster/fork_process.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/postmaster/fork_process.h b/src/include/postmaster/fork_process.h new file mode 100644 index 00000000000..945de366711 --- /dev/null +++ b/src/include/postmaster/fork_process.h @@ -0,0 +1,8 @@ +#ifndef FORK_PROCESS_H +#define FORK_PROCESS_H + +#include "postgres.h" + +extern pid_t fork_process(void); + +#endif /* ! FORK_PROCESS_H */ |