Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgBackendStatus Struct Reference

#include <pgstat.h>

Data Fields

int st_changecount
int st_procpid
TimestampTz st_proc_start_timestamp
TimestampTz st_xact_start_timestamp
TimestampTz st_activity_start_timestamp
TimestampTz st_state_start_timestamp
Oid st_databaseid
Oid st_userid
SockAddr st_clientaddr
char * st_clienthostname
bool st_waiting
BackendState st_state
char * st_appname
char * st_activity

Detailed Description

Definition at line 661 of file pgstat.h.


Field Documentation

Definition at line 687 of file pgstat.h.

Referenced by CreateSharedBackendStatus(), pg_stat_get_activity(), and pgstat_bestart().

Definition at line 678 of file pgstat.h.

Referenced by pg_stat_get_activity(), pg_stat_get_backend_start(), and pgstat_bestart().

Definition at line 693 of file pgstat.h.

Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_report_activity().

Definition at line 681 of file pgstat.h.

Referenced by pg_stat_get_activity(), pgstat_bestart(), and pgstat_report_activity().


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