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