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