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