Skip to content

Commit bb4c88c

Browse files
committed
Add missing identification comment, remove entirely inappropriate include
of postgres.h.
1 parent db5ea2c commit bb4c88c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/include/postmaster/fork_process.h

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
*/
112
#ifndef FORK_PROCESS_H
213
#define FORK_PROCESS_H
314

4-
#include "postgres.h"
5-
615
extern pid_t fork_process(void);
716

8-
#endif /* ! FORK_PROCESS_H */
17+
#endif /* FORK_PROCESS_H */

0 commit comments

Comments
 (0)