]> granicus.if.org Git - postgresql/blob - src/include/postmaster/fork_process.h
Centralize definition of integer limits.
[postgresql] / src / include / postmaster / fork_process.h
1 /*-------------------------------------------------------------------------
2  *
3  * fork_process.h
4  *        Exports from postmaster/fork_process.c.
5  *
6  * Copyright (c) 1996-2015, PostgreSQL Global Development Group
7  *
8  * src/include/postmaster/fork_process.h
9  *
10  *-------------------------------------------------------------------------
11  */
12 #ifndef FORK_PROCESS_H
13 #define FORK_PROCESS_H
14
15 extern pid_t fork_process(void);
16
17 #endif   /* FORK_PROCESS_H */