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