PostgreSQL Source Code  git master
PgBackendGSSStatus Struct Reference

#include <backend_status.h>

Data Fields

char gss_princ [NAMEDATALEN]
 
bool gss_auth
 
bool gss_enc
 
bool gss_delegation
 

Detailed Description

Definition at line 74 of file backend_status.h.

Field Documentation

◆ gss_auth

bool PgBackendGSSStatus::gss_auth

Definition at line 78 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ gss_delegation

bool PgBackendGSSStatus::gss_delegation

Definition at line 80 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ gss_enc

bool PgBackendGSSStatus::gss_enc

Definition at line 79 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ gss_princ

char PgBackendGSSStatus::gss_princ[NAMEDATALEN]

Definition at line 77 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().


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