PostgreSQL Source Code
git master
|
Data Fields | |
uint32 | nsubxacts |
uint32 | nsubxacts_max |
TransactionId | subxact_last |
SubXactInfo * | subxacts |
uint32 ApplySubXactData::nsubxacts |
Definition at line 292 of file worker.c.
Referenced by apply_handle_stream_abort(), cleanup_subxact_info(), subxact_info_add(), subxact_info_read(), and subxact_info_write().
uint32 ApplySubXactData::nsubxacts_max |
Definition at line 293 of file worker.c.
Referenced by cleanup_subxact_info(), subxact_info_add(), and subxact_info_read().
TransactionId ApplySubXactData::subxact_last |
Definition at line 294 of file worker.c.
Referenced by cleanup_subxact_info(), and subxact_info_add().
SubXactInfo* ApplySubXactData::subxacts |
Definition at line 295 of file worker.c.
Referenced by apply_handle_stream_abort(), cleanup_subxact_info(), subxact_info_add(), subxact_info_read(), and subxact_info_write().