|
PostgreSQL Source Code git master
|
#include <htup_details.h>
Data Fields | ||
| TransactionId | t_xmin | |
| TransactionId | t_xmax | |
| union { | ||
| CommandId t_cid | ||
| TransactionId t_xvac | ||
| } | t_field3 | |
Definition at line 122 of file htup_details.h.
| CommandId HeapTupleFields::t_cid |
Definition at line 129 of file htup_details.h.
| union { ... } HeapTupleFields::t_field3 |
| TransactionId HeapTupleFields::t_xmax |
Definition at line 125 of file htup_details.h.
| TransactionId HeapTupleFields::t_xmin |
Definition at line 124 of file htup_details.h.
Referenced by heap_abort_speculative().
| TransactionId HeapTupleFields::t_xvac |
Definition at line 130 of file htup_details.h.