PostgreSQL Source Code git master
|
#include <backend_startup.h>
Data Fields | |
CAC_state | canAcceptConnections |
TimestampTz | socket_created |
TimestampTz | fork_started |
Definition at line 44 of file backend_startup.h.
CAC_state BackendStartupData::canAcceptConnections |
Definition at line 46 of file backend_startup.h.
Referenced by BackendMain(), and BackendStartup().
TimestampTz BackendStartupData::fork_started |
Definition at line 59 of file backend_startup.h.
TimestampTz BackendStartupData::socket_created |
Definition at line 52 of file backend_startup.h.
Referenced by BackendStartup().