PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ActionList Struct Reference

Data Fields

int nestingLevel
 
Listactions
 
struct ActionListupper
 

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: