PostgreSQL Source Code git master
|
Data Fields | |
char * | data |
uint32 | len |
struct StateFileChunk * | next |
Definition at line 995 of file twophase.c.
char* StateFileChunk::data |
Definition at line 997 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().
uint32 StateFileChunk::len |
Definition at line 998 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().
struct StateFileChunk* StateFileChunk::next |
Definition at line 999 of file twophase.c.
Referenced by EndPrepare(), save_state_data(), and StartPrepare().