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

Data Fields

struct AfterTriggerEventChunknext
 
char * freeptr
 
char * endfree
 
char * endptr
 

Detailed Description

Definition at line 3700 of file trigger.c.

Field Documentation

◆ endfree

char* AfterTriggerEventChunk::endfree

Definition at line 3704 of file trigger.c.

◆ endptr

char* AfterTriggerEventChunk::endptr

Definition at line 3705 of file trigger.c.

◆ freeptr

char* AfterTriggerEventChunk::freeptr

Definition at line 3703 of file trigger.c.

Referenced by afterTriggerRestoreEventList().

◆ next

struct AfterTriggerEventChunk* AfterTriggerEventChunk::next

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