Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

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 160 of file async.c.


Field Documentation

char AsyncQueueEntry::data[NAMEDATALEN+NOTIFY_PAYLOAD_MAX_LENGTH]

Definition at line 165 of file async.c.

Referenced by asyncQueueNotificationToEntry(), and asyncQueueProcessPageEntries().

Definition at line 164 of file async.c.

Referenced by asyncQueueNotificationToEntry(), and asyncQueueProcessPageEntries().


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