PostgreSQL Source Code
git master
|
#include <backend_status.h>
Data Fields | |
char | gss_princ [NAMEDATALEN] |
bool | gss_auth |
bool | gss_enc |
bool | gss_delegation |
Definition at line 74 of file backend_status.h.
bool PgBackendGSSStatus::gss_auth |
Definition at line 78 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
bool PgBackendGSSStatus::gss_delegation |
Definition at line 80 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
bool PgBackendGSSStatus::gss_enc |
Definition at line 79 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendGSSStatus::gss_princ[NAMEDATALEN] |
Definition at line 77 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().