|
PostgreSQL Source Code git master
|
Data Fields | |
| GlobalChannelKey | key |
| dsa_pointer | listenersArray |
| int | numListeners |
| int | allocatedListeners |
| int GlobalChannelEntry::allocatedListeners |
Definition at line 396 of file async.c.
Referenced by PrepareTableEntriesForListen().
| GlobalChannelKey GlobalChannelEntry::key |
Definition at line 393 of file async.c.
Referenced by CleanupListenersOnExit().
| dsa_pointer GlobalChannelEntry::listenersArray |
Definition at line 394 of file async.c.
Referenced by ApplyPendingListenActions(), CleanupListenersOnExit(), PrepareTableEntriesForListen(), RemoveListenerFromChannel(), and SignalBackends().
| int GlobalChannelEntry::numListeners |
Definition at line 395 of file async.c.
Referenced by ApplyPendingListenActions(), CleanupListenersOnExit(), PrepareTableEntriesForListen(), RemoveListenerFromChannel(), and SignalBackends().