PostgreSQL Source Code git master
|
#include <pqcomm.h>
Data Fields | |
MsgType | cancelRequestCode |
uint32 | backendPID |
char | cancelAuthCode [FLEXIBLE_ARRAY_MEMBER] |
uint32 CancelRequestPacket::backendPID |
Definition at line 143 of file pqcomm.h.
Referenced by PQgetCancel(), PQsendCancelRequest(), and ProcessCancelRequestPacket().
char CancelRequestPacket::cancelAuthCode[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 144 of file pqcomm.h.
Referenced by PQgetCancel(), and ProcessCancelRequestPacket().
MsgType CancelRequestPacket::cancelRequestCode |
Definition at line 142 of file pqcomm.h.
Referenced by PQgetCancel(), and PQsendCancelRequest().