PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CancelRequestPacket Struct Reference

#include <pqcomm.h>

Data Fields

ProtocolVersion cancelRequestCode
 
uint32 backendPID
 
uint8 cancelAuthCode [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 151 of file pqcomm.h.

Field Documentation

◆ backendPID

uint32 CancelRequestPacket::backendPID

Definition at line 155 of file pqcomm.h.

◆ cancelAuthCode

uint8 CancelRequestPacket::cancelAuthCode[FLEXIBLE_ARRAY_MEMBER]

Definition at line 156 of file pqcomm.h.

◆ cancelRequestCode

ProtocolVersion CancelRequestPacket::cancelRequestCode

Definition at line 154 of file pqcomm.h.


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