PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
SockAddr | raddr |
int | be_pid |
int | be_key |
int | pgtcp_user_timeout |
int | keepalives |
int | keepalives_idle |
int | keepalives_interval |
int | keepalives_count |
Definition at line 596 of file libpq-int.h.
int pg_cancel::be_key |
Definition at line 600 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
int pg_cancel::be_pid |
Definition at line 599 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
int pg_cancel::keepalives |
Definition at line 602 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
int pg_cancel::keepalives_count |
Definition at line 606 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
int pg_cancel::keepalives_idle |
Definition at line 603 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
int pg_cancel::keepalives_interval |
Definition at line 604 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
int pg_cancel::pgtcp_user_timeout |
Definition at line 601 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().
SockAddr pg_cancel::raddr |
Definition at line 598 of file libpq-int.h.
Referenced by PQcancel(), and PQgetCancel().