8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5ea2c commit bb4c88cCopy full SHA for bb4c88c
src/include/postmaster/fork_process.h
@@ -1,8 +1,17 @@
1
+/*-------------------------------------------------------------------------
2
+ *
3
+ * fork_process.h
4
+ * Exports from postmaster/fork_process.c.
5
6
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
7
8
+ * $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.2 2005/03/13 23:32:26 tgl Exp $
9
10
+ *-------------------------------------------------------------------------
11
+ */
12
#ifndef FORK_PROCESS_H
13
#define FORK_PROCESS_H
14
-#include "postgres.h"
-
15
extern pid_t fork_process(void);
16
-#endif /* ! FORK_PROCESS_H */
17
+#endif /* FORK_PROCESS_H */
0 commit comments