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

Data Fields

int length
 
Oid dboid
 
TransactionId xid
 
int32 srcPid
 
char data [NAMEDATALEN+NOTIFY_PAYLOAD_MAX_LENGTH]
 

Detailed Description

Definition at line 177 of file async.c.

Field Documentation

◆ data

◆ dboid

Oid AsyncQueueEntry::dboid

◆ length

int AsyncQueueEntry::length

◆ srcPid

int32 AsyncQueueEntry::srcPid

Definition at line 182 of file async.c.

Referenced by asyncQueueNotificationToEntry(), and asyncQueueProcessPageEntries().

◆ xid

TransactionId AsyncQueueEntry::xid

Definition at line 181 of file async.c.

Referenced by asyncQueueNotificationToEntry(), and asyncQueueProcessPageEntries().


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