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

Data Fields

char * data
 
uint32 len
 
struct StateFileChunknext
 

Detailed Description

Definition at line 995 of file twophase.c.

Field Documentation

◆ data

char* StateFileChunk::data

Definition at line 997 of file twophase.c.

Referenced by EndPrepare(), save_state_data(), and StartPrepare().

◆ len

uint32 StateFileChunk::len

Definition at line 998 of file twophase.c.

Referenced by EndPrepare(), save_state_data(), and StartPrepare().

◆ next

struct StateFileChunk* StateFileChunk::next

Definition at line 999 of file twophase.c.

Referenced by EndPrepare(), save_state_data(), and StartPrepare().


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