Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb4c88c

Browse files
committed
Add missing identification comment, remove entirely inappropriate include
of postgres.h.
1 parentdb5ea2c commitbb4c88c

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
#ifndefFORK_PROCESS_H
213
#defineFORK_PROCESS_H
314

4-
#include"postgres.h"
5-
615
externpid_tfork_process(void);
716

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp