PostgreSQL Source Code  git master
PgBackendSSLStatus Struct Reference

#include <backend_status.h>

Data Fields

int ssl_bits
 
char ssl_version [NAMEDATALEN]
 
char ssl_cipher [NAMEDATALEN]
 
char ssl_client_dn [NAMEDATALEN]
 
char ssl_client_serial [NAMEDATALEN]
 
char ssl_issuer_dn [NAMEDATALEN]
 

Detailed Description

Definition at line 49 of file backend_status.h.

Field Documentation

◆ ssl_bits

int PgBackendSSLStatus::ssl_bits

Definition at line 52 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ ssl_cipher

char PgBackendSSLStatus::ssl_cipher[NAMEDATALEN]

Definition at line 54 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ ssl_client_dn

char PgBackendSSLStatus::ssl_client_dn[NAMEDATALEN]

Definition at line 55 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ ssl_client_serial

char PgBackendSSLStatus::ssl_client_serial[NAMEDATALEN]

Definition at line 61 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ ssl_issuer_dn

char PgBackendSSLStatus::ssl_issuer_dn[NAMEDATALEN]

Definition at line 63 of file backend_status.h.

Referenced by pg_stat_get_activity(), and pgstat_bestart().

◆ ssl_version

char PgBackendSSLStatus::ssl_version[NAMEDATALEN]

Definition at line 53 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: