PostgreSQL Source Code  git master
CancelRequestPacket Struct Reference

#include <pqcomm.h>

Data Fields

MsgType cancelRequestCode
 
uint32 backendPID
 
uint32 cancelAuthCode
 

Detailed Description

Definition at line 134 of file pqcomm.h.

Field Documentation

◆ backendPID

uint32 CancelRequestPacket::backendPID

Definition at line 138 of file pqcomm.h.

Referenced by PQconnectPoll(), and ProcessStartupPacket().

◆ cancelAuthCode

uint32 CancelRequestPacket::cancelAuthCode

Definition at line 139 of file pqcomm.h.

Referenced by PQconnectPoll(), and ProcessStartupPacket().

◆ cancelRequestCode

MsgType CancelRequestPacket::cancelRequestCode

Definition at line 137 of file pqcomm.h.

Referenced by PQconnectPoll().


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