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