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