PostgreSQL Source Code git master
Loading...
Searching...
No Matches
LocalPgBackendStatus Struct Reference

#include <backend_status.h>

Data Fields

PgBackendStatus backendStatus
 
ProcNumber proc_number
 
TransactionId backend_xid
 
TransactionId backend_xmin
 
int backend_subxact_count
 
bool backend_subxact_overflowed
 

Detailed Description

Definition at line 249 of file backend_status.h.

Field Documentation

◆ backend_subxact_count

int LocalPgBackendStatus::backend_subxact_count

Definition at line 276 of file backend_status.h.

◆ backend_subxact_overflowed

bool LocalPgBackendStatus::backend_subxact_overflowed

Definition at line 282 of file backend_status.h.

◆ backend_xid

TransactionId LocalPgBackendStatus::backend_xid

Definition at line 265 of file backend_status.h.

◆ backend_xmin

TransactionId LocalPgBackendStatus::backend_xmin

Definition at line 271 of file backend_status.h.

◆ backendStatus

PgBackendStatus LocalPgBackendStatus::backendStatus

Definition at line 254 of file backend_status.h.

Referenced by pgstat_get_beentry_by_proc_number().

◆ proc_number

ProcNumber LocalPgBackendStatus::proc_number

Definition at line 259 of file backend_status.h.

Referenced by cmp_lbestatus().


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