|
PostgreSQL Source Code git master
|
Data Fields | |
| SockAddr | raddr |
| int | be_pid |
| int | pgtcp_user_timeout |
| int | keepalives |
| int | keepalives_idle |
| int | keepalives_interval |
| int | keepalives_count |
| int32 | cancel_pkt_len |
| char | cancel_req [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 40 of file fe-cancel.c.
| int pg_cancel::be_pid |
Definition at line 43 of file fe-cancel.c.
Referenced by PQcancelCreate(), and PQsendCancelRequest().
| int32 pg_cancel::cancel_pkt_len |
Definition at line 53 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().
| char pg_cancel::cancel_req[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 54 of file fe-cancel.c.
Referenced by PQgetCancel().
| int pg_cancel::keepalives |
Definition at line 45 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().
| int pg_cancel::keepalives_count |
Definition at line 49 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().
| int pg_cancel::keepalives_idle |
Definition at line 46 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().
| int pg_cancel::keepalives_interval |
Definition at line 47 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().
| int pg_cancel::pgtcp_user_timeout |
Definition at line 44 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().
| SockAddr pg_cancel::raddr |
Definition at line 42 of file fe-cancel.c.
Referenced by PQcancel(), and PQgetCancel().