PostgreSQL Source Code git master
|
Data Fields | |
StateFileChunk * | head |
StateFileChunk * | tail |
uint32 | num_chunks |
uint32 | bytes_free |
uint32 | total_len |
Definition at line 1002 of file twophase.c.
uint32 xllist::bytes_free |
Definition at line 1007 of file twophase.c.
Referenced by save_state_data(), and StartPrepare().
StateFileChunk* xllist::head |
Definition at line 1004 of file twophase.c.
Referenced by EndPrepare(), and StartPrepare().
uint32 xllist::num_chunks |
Definition at line 1006 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().
StateFileChunk* xllist::tail |
Definition at line 1005 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().
uint32 xllist::total_len |
Definition at line 1008 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().