PostgreSQL Source Code  git master
StateFileChunk Struct Reference

Data Fields

char * data
 
uint32 len
 
struct StateFileChunknext
 

Detailed Description

Definition at line 1011 of file twophase.c.

Field Documentation

◆ data

char* StateFileChunk::data

Definition at line 1013 of file twophase.c.

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

◆ len

uint32 StateFileChunk::len

Definition at line 1014 of file twophase.c.

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

◆ next

struct StateFileChunk* StateFileChunk::next

Definition at line 1015 of file twophase.c.

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


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