|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <fcntl.h>#include <signal.h>#include <time.h>#include <sys/stat.h>#include <unistd.h>#include "libpq/pqsignal.h"#include "miscadmin.h"#include "postmaster/fork_process.h"
Go to the source code of this file.
Functions | |
| pid_t | fork_process (void) |
Definition at line 33 of file fork_process.c.
References BlockSig, close, fb(), fd(), MyProcPid, pg_strong_random_init(), setitimer(), and write.
Referenced by postmaster_child_launch().