PostgreSQL Source Code: HeapTupleFields Struct Reference (original) (raw)
#include <[htup_details.h](htup%5F%5Fdetails%5F8h%5Fsource.html)>
Data Fields | |
---|---|
TransactionId | t_xmin |
TransactionId | t_xmax |
union { | |
CommandId t_cid | |
TransactionId t_xvac | |
} | t_field3 |
Detailed Description
Definition at line 122 of file htup_details.h.
Field Documentation
◆ t_cid
CommandId HeapTupleFields::t_cid
Definition at line 129 of file htup_details.h.
◆
union { ... } HeapTupleFields::t_field3
Referenced by StaticAssertDecl().
◆ t_xmax
TransactionId HeapTupleFields::t_xmax
Definition at line 125 of file htup_details.h.
Referenced by HeapTupleHeaderSetXmax().
◆ t_xmin
TransactionId HeapTupleFields::t_xmin
Definition at line 124 of file htup_details.h.
Referenced by heap_abort_speculative(), HeapTupleHeaderGetXmin(), and HeapTupleHeaderXminCommitted().
◆ t_xvac
TransactionId HeapTupleFields::t_xvac
Definition at line 130 of file htup_details.h.
Referenced by StaticAssertDecl().
The documentation for this struct was generated from the following file:
- src/include/access/htup_details.h