Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

Port Struct Reference

#include <libpq-be.h>

Data Fields

pgsocket sock
bool noblock
ProtocolVersion proto
SockAddr laddr
SockAddr raddr
char * remote_host
char * remote_hostname
int remote_hostname_resolv
char * remote_port
CAC_state canAcceptConnections
char * database_name
char * user_name
char * cmdline_options
Listguc_options
HbaLinehba
char md5Salt [4]
TimestampTz SessionStartTime
int default_keepalives_idle
int default_keepalives_interval
int default_keepalives_count
int keepalives_idle
int keepalives_interval
int keepalives_count
void * gss

Detailed Description

Definition at line 104 of file libpq-be.h.


Field Documentation

Definition at line 121 of file libpq-be.h.

Referenced by BackendStartup(), InitPostgres(), and ProcessStartupPacket().

Definition at line 130 of file libpq-be.h.

Referenced by process_startup_options(), and ProcessStartupPacket().

Definition at line 155 of file libpq-be.h.

Referenced by pq_getkeepalivescount(), and pq_setkeepalivescount().

Definition at line 153 of file libpq-be.h.

Referenced by pq_getkeepalivesidle(), and pq_setkeepalivesidle().

Definition at line 154 of file libpq-be.h.

Referenced by pq_getkeepalivesinterval(), and pq_setkeepalivesinterval().

void* Port::gss

Definition at line 168 of file libpq-be.h.

Referenced by ConnCreate(), ConnFree(), pq_close(), and sendAuthRequest().

Definition at line 131 of file libpq-be.h.

Referenced by process_startup_options(), and ProcessStartupPacket().

Definition at line 158 of file libpq-be.h.

Referenced by pq_getkeepalivescount(), and pq_setkeepalivescount().

char Port::md5Salt[4]

Definition at line 137 of file libpq-be.h.

Referenced by ConnCreate(), md5_crypt_verify(), and sendAuthRequest().

Definition at line 107 of file libpq-be.h.

Referenced by pq_set_nonblocking(), and secure_read().

Definition at line 108 of file libpq-be.h.

Referenced by ProcessStartupPacket(), and recv_password_packet().

Definition at line 111 of file libpq-be.h.

Referenced by BackendInitialize(), log_disconnections(), log_line_prefix(), and write_csvlog().

Definition at line 112 of file libpq-be.h.

Referenced by BackendInitialize(), check_hostname(), and pgstat_bestart().

Definition at line 114 of file libpq-be.h.

Referenced by check_hostname().

Definition at line 120 of file libpq-be.h.

Referenced by BackendInitialize(), log_disconnections(), log_line_prefix(), and write_csvlog().

Definition at line 144 of file libpq-be.h.

Referenced by BackendInitialize(), BackendRun(), log_disconnections(), and pgstat_bestart().


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