PostgreSQL Source Code: ActionList Struct Reference (original) (raw)
Data Fields | |
---|---|
int | nestingLevel |
List * | actions |
struct ActionList * | upper |
Detailed Description
Definition at line 345 of file async.c.
Field Documentation
◆ actions
List* ActionList::actions
Definition at line 348 of file async.c.
Referenced by AtCommit_Notify(), AtSubCommit_Notify(), PreCommit_Notify(), and queue_listen().
◆ nestingLevel
int ActionList::nestingLevel
Definition at line 347 of file async.c.
Referenced by AtSubAbort_Notify(), AtSubCommit_Notify(), and queue_listen().
◆ upper
struct ActionList* ActionList::upper
Definition at line 349 of file async.c.
Referenced by AtSubAbort_Notify(), AtSubCommit_Notify(), and queue_listen().
The documentation for this struct was generated from the following file:
- src/backend/commands/async.c