PostgreSQL Source Code git master
|
#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 |
Definition at line 97 of file backend_startup.h.
TimestampTz ConnectionTiming::auth_end |
Definition at line 117 of file backend_startup.h.
Referenced by PerformAuthentication(), and PostgresMain().
TimestampTz ConnectionTiming::auth_start |
Definition at line 114 of file backend_startup.h.
Referenced by PerformAuthentication(), and PostgresMain().
TimestampTz ConnectionTiming::fork_end |
Definition at line 111 of file backend_startup.h.
Referenced by PostgresMain(), and postmaster_child_launch().
TimestampTz ConnectionTiming::fork_start |
Definition at line 108 of file backend_startup.h.
Referenced by PostgresMain(), and postmaster_child_launch().
TimestampTz ConnectionTiming::ready_for_use |
Definition at line 105 of file backend_startup.h.
Referenced by PostgresMain().
TimestampTz ConnectionTiming::socket_create |
Definition at line 104 of file backend_startup.h.
Referenced by PostgresMain(), and postmaster_child_launch().