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

Data Fields

int nestingLevel
 
Listevents
 
HTABhashtab
 
ListuniqueChannelNames
 
HTABuniqueChannelHash
 
struct NotificationListupper
 

Detailed Description

Definition at line 517 of file async.c.

Field Documentation

◆ events

List* NotificationList::events

◆ hashtab

HTAB* NotificationList::hashtab

Definition at line 521 of file async.c.

Referenced by AddEventToPendingNotifies(), and AsyncExistsPendingNotify().

◆ nestingLevel

int NotificationList::nestingLevel

Definition at line 519 of file async.c.

Referenced by Async_Notify(), AtSubAbort_Notify(), and AtSubCommit_Notify().

◆ uniqueChannelHash

HTAB* NotificationList::uniqueChannelHash

Definition at line 523 of file async.c.

Referenced by AddEventToPendingNotifies(), and PreCommit_Notify().

◆ uniqueChannelNames

List* NotificationList::uniqueChannelNames

Definition at line 522 of file async.c.

Referenced by PreCommit_Notify(), and SignalBackends().

◆ upper

struct NotificationList* NotificationList::upper

Definition at line 524 of file async.c.

Referenced by AtSubAbort_Notify(), and AtSubCommit_Notify().


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