PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BackendStartupData Struct Reference

#include <backend_startup.h>

Data Fields

CAC_state canAcceptConnections
 
TimestampTz socket_created
 
TimestampTz fork_started
 

Detailed Description

Definition at line 44 of file backend_startup.h.

Field Documentation

◆ canAcceptConnections

CAC_state BackendStartupData::canAcceptConnections

Definition at line 46 of file backend_startup.h.

Referenced by BackendMain(), and BackendStartup().

◆ fork_started

TimestampTz BackendStartupData::fork_started

Definition at line 59 of file backend_startup.h.

◆ socket_created

TimestampTz BackendStartupData::socket_created

Definition at line 52 of file backend_startup.h.

Referenced by BackendStartup().


The documentation for this struct was generated from the following file: