PostgreSQL Source Code git master
CancelRequestPacket Struct Reference

#include <pqcomm.h>

Data Fields

ProtocolVersion cancelRequestCode
 
uint32 backendPID
 
uint8 cancelAuthCode [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 145 of file pqcomm.h.

Field Documentation

◆ backendPID

uint32 CancelRequestPacket::backendPID

Definition at line 149 of file pqcomm.h.

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

◆ cancelAuthCode

uint8 CancelRequestPacket::cancelAuthCode[FLEXIBLE_ARRAY_MEMBER]

Definition at line 150 of file pqcomm.h.

Referenced by PQgetCancel(), and ProcessCancelRequestPacket().

◆ cancelRequestCode

ProtocolVersion CancelRequestPacket::cancelRequestCode

Definition at line 148 of file pqcomm.h.

Referenced by PQgetCancel(), and PQsendCancelRequest().


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