PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
char | gss_princ [NAMEDATALEN] |
bool | gss_auth |
bool | gss_enc |
bool PgBackendGSSStatus::gss_auth |
Definition at line 1164 of file pgstat.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
bool PgBackendGSSStatus::gss_enc |
Definition at line 1165 of file pgstat.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendGSSStatus::gss_princ[NAMEDATALEN] |
Definition at line 1163 of file pgstat.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().