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

Data Fields

int nestingLevel
 
Listevents
 
HTABhashtab
 
struct NotificationListupper
 

Detailed Description

Definition at line 389 of file async.c.

Field Documentation

◆ events

◆ hashtab

HTAB* NotificationList::hashtab

Definition at line 393 of file async.c.

Referenced by AddEventToPendingNotifies(), Async_Notify(), and AsyncExistsPendingNotify().

◆ nestingLevel

int NotificationList::nestingLevel

Definition at line 391 of file async.c.

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

◆ upper

struct NotificationList* NotificationList::upper

Definition at line 394 of file async.c.

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


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