|
PostgreSQL Source Code git master
|
Data Fields | |
| int | nestingLevel |
| List * | actions |
| struct ActionList * | upper |
| List* ActionList::actions |
Definition at line 439 of file async.c.
Referenced by AtSubCommit_Notify(), initPendingListenActions(), PreCommit_Notify(), and queue_listen().
| int ActionList::nestingLevel |
Definition at line 438 of file async.c.
Referenced by AtSubAbort_Notify(), AtSubCommit_Notify(), and queue_listen().
| struct ActionList* ActionList::upper |
Definition at line 440 of file async.c.
Referenced by AtSubAbort_Notify(), AtSubCommit_Notify(), and queue_listen().