|
PostgreSQL Source Code git master
|
Data Fields | |
| int | nestingLevel |
| List * | events |
| HTAB * | hashtab |
| List * | uniqueChannelNames |
| HTAB * | uniqueChannelHash |
| struct NotificationList * | upper |
| List* NotificationList::events |
Definition at line 505 of file async.c.
Referenced by AddEventToPendingNotifies(), AsyncExistsPendingNotify(), asyncQueueAddEntries(), and PreCommit_Notify().
| HTAB* NotificationList::hashtab |
Definition at line 506 of file async.c.
Referenced by AddEventToPendingNotifies(), and AsyncExistsPendingNotify().
| int NotificationList::nestingLevel |
Definition at line 504 of file async.c.
Referenced by Async_Notify(), AtSubAbort_Notify(), and AtSubCommit_Notify().
| HTAB* NotificationList::uniqueChannelHash |
Definition at line 508 of file async.c.
Referenced by AddEventToPendingNotifies(), and PreCommit_Notify().
| List* NotificationList::uniqueChannelNames |
Definition at line 507 of file async.c.
Referenced by PreCommit_Notify(), and SignalBackends().
| struct NotificationList* NotificationList::upper |
Definition at line 509 of file async.c.
Referenced by AtSubAbort_Notify(), and AtSubCommit_Notify().