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 "postmaster/fork_process.h"
Go to the source code of this file.
Functions | |
pid_t | fork_process (void) |
pid_t fork_process | ( | void | ) |
Definition at line 32 of file fork_process.c.
References BlockSig, close, fd(), fflush(), pg_strong_random_init(), setitimer(), and write.
Referenced by BackendStartup(), do_start_bgworker(), StartAutoVacWorker(), StartChildProcess(), and SysLogger_Start().