|
PostgreSQL Source Code git master
|
#include <multixact.h>
Data Fields | |
| TransactionId | xid |
| MultiXactStatus | status |
Definition at line 55 of file multixact.h.
| MultiXactStatus MultiXactMember::status |
Definition at line 58 of file multixact.h.
Referenced by Do_MultiXactIdWait(), FreezeMultiXactId(), GetMultiXactIdMembers(), GetOldMultiXactIdSingleMember(), MultiXactIdCreate(), MultiXactIdExpand(), mxactMemberComparator(), out_member(), RecordMultiXactMembers(), and RecordNewMultiXact().
| TransactionId MultiXactMember::xid |
Definition at line 57 of file multixact.h.
Referenced by Do_MultiXactIdWait(), DoesMultiXactIdConflict(), FreezeMultiXactId(), GetMultiXactIdMembers(), GetOldMultiXactIdSingleMember(), heap_tuple_should_freeze(), multixact_redo(), MultiXactIdCreate(), MultiXactIdExpand(), MultiXactIdGetUpdateXid(), mxactMemberComparator(), out_member(), RecordMultiXactMembers(), and RecordNewMultiXact().