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

#include <backend_startup.h>

Data Fields

TimestampTz socket_create
 
TimestampTz ready_for_use
 
TimestampTz fork_start
 
TimestampTz fork_end
 
TimestampTz auth_start
 
TimestampTz auth_end
 

Detailed Description

Definition at line 97 of file backend_startup.h.

Field Documentation

◆ auth_end

TimestampTz ConnectionTiming::auth_end

Definition at line 117 of file backend_startup.h.

Referenced by PerformAuthentication(), and PostgresMain().

◆ auth_start

TimestampTz ConnectionTiming::auth_start

Definition at line 114 of file backend_startup.h.

Referenced by PerformAuthentication(), and PostgresMain().

◆ fork_end

TimestampTz ConnectionTiming::fork_end

Definition at line 111 of file backend_startup.h.

Referenced by PostgresMain(), and postmaster_child_launch().

◆ fork_start

TimestampTz ConnectionTiming::fork_start

Definition at line 108 of file backend_startup.h.

Referenced by PostgresMain(), and postmaster_child_launch().

◆ ready_for_use

TimestampTz ConnectionTiming::ready_for_use

Definition at line 105 of file backend_startup.h.

Referenced by PostgresMain().

◆ socket_create

TimestampTz ConnectionTiming::socket_create

Definition at line 104 of file backend_startup.h.

Referenced by PostgresMain(), and postmaster_child_launch().


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