Files
encryptsql/pg_include/postmaster/fork_process.h
blue-lemon0104 0120fa9ce3 init
2026-04-07 13:35:22 +08:00

18 lines
464 B
C
Executable File

/*-------------------------------------------------------------------------
*
* fork_process.h
* Exports from postmaster/fork_process.c.
*
* Copyright (c) 1996-2012, PostgreSQL Global Development Group
*
* src/include/postmaster/fork_process.h
*
*-------------------------------------------------------------------------
*/
#ifndef FORK_PROCESS_H
#define FORK_PROCESS_H
extern pid_t fork_process(void);
#endif /* FORK_PROCESS_H */