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 50 of file backend_status.h.
int PgBackendSSLStatus::ssl_bits |
Definition at line 53 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
char PgBackendSSLStatus::ssl_cipher[NAMEDATALEN] |
Definition at line 55 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
char PgBackendSSLStatus::ssl_client_dn[NAMEDATALEN] |
Definition at line 56 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
char PgBackendSSLStatus::ssl_client_serial[NAMEDATALEN] |
Definition at line 62 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
char PgBackendSSLStatus::ssl_issuer_dn[NAMEDATALEN] |
Definition at line 64 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().
char PgBackendSSLStatus::ssl_version[NAMEDATALEN] |
Definition at line 54 of file backend_status.h.
Referenced by pg_stat_get_activity(), and pgstat_bestart_security().