PostgreSQL Source Code  git master
pg_cancel Struct Reference

#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
 

Detailed Description

Definition at line 628 of file libpq-int.h.

Field Documentation

◆ be_key

int pg_cancel::be_key

Definition at line 632 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ be_pid

int pg_cancel::be_pid

Definition at line 631 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ keepalives

int pg_cancel::keepalives

Definition at line 634 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ keepalives_count

int pg_cancel::keepalives_count

Definition at line 638 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ keepalives_idle

int pg_cancel::keepalives_idle

Definition at line 635 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ keepalives_interval

int pg_cancel::keepalives_interval

Definition at line 636 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ pgtcp_user_timeout

int pg_cancel::pgtcp_user_timeout

Definition at line 633 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().

◆ raddr

SockAddr pg_cancel::raddr

Definition at line 630 of file libpq-int.h.

Referenced by PQcancel(), and PQgetCancel().


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