PostgreSQL Source Code
git master
|
#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] |
Definition at line 49 of file backend_status.h.
int PgBackendSSLStatus::ssl_bits |
Definition at line 52 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendSSLStatus::ssl_cipher[NAMEDATALEN] |
Definition at line 54 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendSSLStatus::ssl_client_dn[NAMEDATALEN] |
Definition at line 55 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendSSLStatus::ssl_client_serial[NAMEDATALEN] |
Definition at line 61 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendSSLStatus::ssl_issuer_dn[NAMEDATALEN] |
Definition at line 63 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().
char PgBackendSSLStatus::ssl_version[NAMEDATALEN] |
Definition at line 53 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart().