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

Field Documentation

◆ events

List* NotificationList::events

◆ hashtab

HTAB* NotificationList::hashtab

Definition at line 506 of file async.c.

Referenced by AddEventToPendingNotifies(), and AsyncExistsPendingNotify().

◆ nestingLevel

int NotificationList::nestingLevel

Definition at line 504 of file async.c.

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

◆ uniqueChannelHash

HTAB* NotificationList::uniqueChannelHash

Definition at line 508 of file async.c.

Referenced by AddEventToPendingNotifies(), and PreCommit_Notify().

◆ uniqueChannelNames

List* NotificationList::uniqueChannelNames

Definition at line 507 of file async.c.

Referenced by PreCommit_Notify(), and SignalBackends().

◆ upper

struct NotificationList* NotificationList::upper

Definition at line 509 of file async.c.

Referenced by AtSubAbort_Notify(), and AtSubCommit_Notify().


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