PostgreSQL Source Code: ClientSocket Struct Reference (original) (raw)

Data Fields

ClientSocket Struct Reference

#include <[libpq-be.h](libpq-be%5F8h%5Fsource.html)>

Data Fields
pgsocket sock
SockAddr raddr

Detailed Description

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

Field Documentation

raddr

SockAddr ClientSocket::raddr

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

Referenced by AcceptConnection(), and pq_init().

sock

pgsocket ClientSocket::sock

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

Referenced by AcceptConnection(), BackendStartup(), pq_init(), report_fork_failure_to_client(), and ServerLoop().


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