PostgreSQL Source Code  git master
xllist Struct Reference

Data Fields

StateFileChunkhead
 
StateFileChunktail
 
uint32 num_chunks
 
uint32 bytes_free
 
uint32 total_len
 

Detailed Description

Definition at line 1018 of file twophase.c.

Field Documentation

◆ bytes_free

uint32 xllist::bytes_free

Definition at line 1023 of file twophase.c.

Referenced by save_state_data(), and StartPrepare().

◆ head

StateFileChunk* xllist::head

Definition at line 1020 of file twophase.c.

Referenced by EndPrepare(), and StartPrepare().

◆ num_chunks

uint32 xllist::num_chunks

Definition at line 1022 of file twophase.c.

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

◆ tail

StateFileChunk* xllist::tail

Definition at line 1021 of file twophase.c.

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

◆ total_len

uint32 xllist::total_len

Definition at line 1024 of file twophase.c.

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


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