PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 213 of file async.c.

Field Documentation

◆ data

char AsyncQueueEntry::data[NAMEDATALEN+NOTIFY_PAYLOAD_MAX_LENGTH]

Definition at line 219 of file async.c.

Referenced by asyncQueueProcessPageEntries().

◆ dboid

Oid AsyncQueueEntry::dboid

Definition at line 216 of file async.c.

◆ length

int AsyncQueueEntry::length

Definition at line 215 of file async.c.

◆ srcPid

int32 AsyncQueueEntry::srcPid

Definition at line 218 of file async.c.

◆ xid

TransactionId AsyncQueueEntry::xid

Definition at line 217 of file async.c.


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