PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CancelRequestPacket Struct Reference

#include <pqcomm.h>

Data Fields

MsgType cancelRequestCode
 
uint32 backendPID
 
char cancelAuthCode [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 139 of file pqcomm.h.

Field Documentation

◆ backendPID

uint32 CancelRequestPacket::backendPID

Definition at line 143 of file pqcomm.h.

Referenced by PQgetCancel(), PQsendCancelRequest(), and ProcessCancelRequestPacket().

◆ cancelAuthCode

char CancelRequestPacket::cancelAuthCode[FLEXIBLE_ARRAY_MEMBER]

Definition at line 144 of file pqcomm.h.

Referenced by PQgetCancel(), and ProcessCancelRequestPacket().

◆ cancelRequestCode

MsgType CancelRequestPacket::cancelRequestCode

Definition at line 142 of file pqcomm.h.

Referenced by PQgetCancel(), and PQsendCancelRequest().


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