PostgreSQL Source Code git master
|
Data Fields | |
int | nestingLevel |
List * | events |
HTAB * | hashtab |
struct NotificationList * | upper |
List* NotificationList::events |
Definition at line 392 of file async.c.
Referenced by AddEventToPendingNotifies(), Async_Notify(), AsyncExistsPendingNotify(), asyncQueueAddEntries(), AtSubCommit_Notify(), and PreCommit_Notify().
HTAB* NotificationList::hashtab |
Definition at line 393 of file async.c.
Referenced by AddEventToPendingNotifies(), Async_Notify(), and AsyncExistsPendingNotify().
int NotificationList::nestingLevel |
Definition at line 391 of file async.c.
Referenced by Async_Notify(), AtSubAbort_Notify(), and AtSubCommit_Notify().
struct NotificationList* NotificationList::upper |
Definition at line 394 of file async.c.
Referenced by Async_Notify(), AtSubAbort_Notify(), and AtSubCommit_Notify().