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

Data Fields

struct SubXactCallbackItemnext
 
SubXactCallback callback
 
void * arg
 

Detailed Description

Definition at line 320 of file xact.c.

Field Documentation

◆ arg

void* SubXactCallbackItem::arg

◆ callback

SubXactCallback SubXactCallbackItem::callback

◆ next

struct SubXactCallbackItem* SubXactCallbackItem::next

The documentation for this struct was generated from the following file: