PostgreSQL Source Code git master
CancelRequestPacket Struct Reference

#include <pqcomm.h>

Data Fields

MsgType cancelRequestCode
 
uint32 backendPID
 
uint8 cancelAuthCode [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 146 of file pqcomm.h.

Field Documentation

◆ backendPID

uint32 CancelRequestPacket::backendPID

Definition at line 150 of file pqcomm.h.

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

◆ cancelAuthCode

uint8 CancelRequestPacket::cancelAuthCode[FLEXIBLE_ARRAY_MEMBER]

Definition at line 151 of file pqcomm.h.

Referenced by PQgetCancel(), and ProcessCancelRequestPacket().

◆ cancelRequestCode

MsgType CancelRequestPacket::cancelRequestCode

Definition at line 149 of file pqcomm.h.

Referenced by PQgetCancel(), and PQsendCancelRequest().


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