|
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 75 of file backend_status.h.
| bool PgBackendGSSStatus::gss_auth |
Definition at line 79 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
| bool PgBackendGSSStatus::gss_delegation |
Definition at line 81 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
| bool PgBackendGSSStatus::gss_enc |
Definition at line 80 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
| char PgBackendGSSStatus::gss_princ[NAMEDATALEN] |
Definition at line 78 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().