PostgreSQL Source Code
git master
|
Data Fields | |
StateFileChunk * | head |
StateFileChunk * | tail |
uint32 | num_chunks |
uint32 | bytes_free |
uint32 | total_len |
Definition at line 996 of file twophase.c.
uint32 xllist::bytes_free |
Definition at line 1001 of file twophase.c.
Referenced by save_state_data(), and StartPrepare().
StateFileChunk* xllist::head |
Definition at line 998 of file twophase.c.
Referenced by EndPrepare(), and StartPrepare().
uint32 xllist::num_chunks |
Definition at line 1000 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().
StateFileChunk* xllist::tail |
Definition at line 999 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().
uint32 xllist::total_len |
Definition at line 1002 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().