PostgreSQL Source Code
git master
|
#include <backend_status.h>
Data Fields | |
PgBackendStatus | backendStatus |
TransactionId | backend_xid |
TransactionId | backend_xmin |
Definition at line 243 of file backend_status.h.
TransactionId LocalPgBackendStatus::backend_xid |
Definition at line 254 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_read_current_status().
TransactionId LocalPgBackendStatus::backend_xmin |
Definition at line 260 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_read_current_status().
PgBackendStatus LocalPgBackendStatus::backendStatus |
Definition at line 248 of file backend_status.h.
Referenced by pg_stat_get_activity(), pg_stat_get_progress_info(), pgstat_fetch_stat_beentry(), and pgstat_read_current_status().