Skip to content
Snippets Groups Projects
Commit bb4c88c2 authored by Tom Lane's avatar Tom Lane
Browse files

Add missing identification comment, remove entirely inappropriate include

of postgres.h.
parent db5ea2c5
No related branches found
No related tags found
No related merge requests found
/*-------------------------------------------------------------------------
*
* fork_process.h
* Exports from postmaster/fork_process.c.
*
* Copyright (c) 1996-2005, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.2 2005/03/13 23:32:26 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef FORK_PROCESS_H #ifndef FORK_PROCESS_H
#define FORK_PROCESS_H #define FORK_PROCESS_H
#include "postgres.h"
extern pid_t fork_process(void); extern pid_t fork_process(void);
#endif /* ! FORK_PROCESS_H */ #endif /* FORK_PROCESS_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment