PostgreSQL Source Code
git master
|
#include <pqcomm.h>
Data Fields | |
MsgType | cancelRequestCode |
uint32 | backendPID |
uint32 | cancelAuthCode |
uint32 CancelRequestPacket::backendPID |
Definition at line 139 of file pqcomm.h.
Referenced by PQconnectPoll(), and ProcessStartupPacket().
uint32 CancelRequestPacket::cancelAuthCode |
Definition at line 140 of file pqcomm.h.
Referenced by PQconnectPoll(), and ProcessStartupPacket().
MsgType CancelRequestPacket::cancelRequestCode |
Definition at line 138 of file pqcomm.h.
Referenced by PQconnectPoll().