PostgreSQL Source Code
git master
|
#include <backend_status.h>
Definition at line 97 of file backend_status.h.
char* PgBackendStatus::st_activity_raw |
Definition at line 156 of file backend_status.h.
Referenced by BackendStatusShmemInit(), pg_stat_get_activity(), pg_stat_get_backend_activity(), pgstat_bestart(), pgstat_get_backend_current_activity(), pgstat_get_crashed_backend_activity(), pgstat_read_current_status(), and pgstat_report_activity().
TimestampTz PgBackendStatus::st_activity_start_timestamp |
Definition at line 126 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_activity_start(), pgstat_bestart(), and pgstat_report_activity().
char* PgBackendStatus::st_appname |
Definition at line 147 of file backend_status.h.
Referenced by BackendStatusShmemInit(), pg_stat_get_activity(), pgstat_bestart(), pgstat_read_current_status(), and pgstat_report_appname().
BackendType PgBackendStatus::st_backendType |
Definition at line 121 of file backend_status.h.
Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_get_backend_type_by_proc_number().
int PgBackendStatus::st_changecount |
Definition at line 115 of file backend_status.h.
Referenced by pgstat_bestart().
SockAddr PgBackendStatus::st_clientaddr |
Definition at line 132 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_client_addr(), pg_stat_get_backend_client_port(), and pgstat_bestart().
char* PgBackendStatus::st_clienthostname |
Definition at line 133 of file backend_status.h.
Referenced by BackendStatusShmemInit(), pg_stat_get_activity(), pgstat_bestart(), and pgstat_read_current_status().
Oid PgBackendStatus::st_databaseid |
Definition at line 130 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_dbid(), pg_stat_get_db_numbackends(), pg_stat_get_progress_info(), and pgstat_bestart().
bool PgBackendStatus::st_gss |
Definition at line 140 of file backend_status.h.
Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_read_current_status().
PgBackendGSSStatus* PgBackendStatus::st_gssstatus |
Definition at line 141 of file backend_status.h.
Referenced by BackendStatusShmemInit(), pg_stat_get_activity(), pgstat_bestart(), and pgstat_read_current_status().
TimestampTz PgBackendStatus::st_proc_start_timestamp |
Definition at line 124 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_start(), and pgstat_bestart().
int PgBackendStatus::st_procpid |
Definition at line 118 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_pid(), pg_stat_get_backend_wait_event(), pg_stat_get_backend_wait_event_type(), pg_stat_get_progress_info(), pgstat_beshutdown_hook(), pgstat_bestart(), pgstat_get_backend_current_activity(), pgstat_get_crashed_backend_activity(), and pgstat_read_current_status().
ProgressCommandType PgBackendStatus::st_progress_command |
Definition at line 167 of file backend_status.h.
Referenced by pg_stat_get_progress_info(), pgstat_bestart(), pgstat_progress_end_command(), and pgstat_progress_start_command().
Oid PgBackendStatus::st_progress_command_target |
Definition at line 168 of file backend_status.h.
Referenced by pg_stat_get_progress_info(), pgstat_bestart(), pgstat_progress_end_command(), and pgstat_progress_start_command().
int64 PgBackendStatus::st_progress_param[PGSTAT_NUM_PROGRESS_PARAM] |
Definition at line 169 of file backend_status.h.
Referenced by pg_stat_get_progress_info(), pgstat_progress_incr_param(), pgstat_progress_start_command(), pgstat_progress_update_multi_param(), and pgstat_progress_update_param().
uint64 PgBackendStatus::st_query_id |
Definition at line 172 of file backend_status.h.
Referenced by pg_stat_get_activity(), pgstat_bestart(), pgstat_get_my_query_id(), pgstat_report_activity(), and pgstat_report_query_id().
bool PgBackendStatus::st_ssl |
Definition at line 136 of file backend_status.h.
Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_read_current_status().
PgBackendSSLStatus* PgBackendStatus::st_sslstatus |
Definition at line 137 of file backend_status.h.
Referenced by BackendStatusShmemInit(), pg_stat_get_activity(), pgstat_bestart(), and pgstat_read_current_status().
BackendState PgBackendStatus::st_state |
Definition at line 144 of file backend_status.h.
Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_report_activity().
TimestampTz PgBackendStatus::st_state_start_timestamp |
Definition at line 127 of file backend_status.h.
Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_report_activity().
Oid PgBackendStatus::st_userid |
Definition at line 131 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_activity(), pg_stat_get_backend_activity_start(), pg_stat_get_backend_client_addr(), pg_stat_get_backend_client_port(), pg_stat_get_backend_start(), pg_stat_get_backend_userid(), pg_stat_get_backend_wait_event(), pg_stat_get_backend_wait_event_type(), pg_stat_get_backend_xact_start(), pg_stat_get_progress_info(), pgstat_bestart(), and pgstat_get_backend_current_activity().
TimestampTz PgBackendStatus::st_xact_start_timestamp |
Definition at line 125 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_backend_xact_start(), pgstat_bestart(), pgstat_report_activity(), and pgstat_report_xact_timestamp().