PostgreSQL Source Code git master
|
#include <conflict.h>
Data Fields | |
TupleTableSlot * | slot |
Oid | indexoid |
TransactionId | xmin |
RepOriginId | origin |
TimestampTz | ts |
Definition at line 59 of file conflict.h.
Oid ConflictTupleInfo::indexoid |
Definition at line 63 of file conflict.h.
Referenced by CheckAndReportConflict().
RepOriginId ConflictTupleInfo::origin |
Definition at line 67 of file conflict.h.
Referenced by apply_handle_delete_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), and CheckAndReportConflict().
TupleTableSlot* ConflictTupleInfo::slot |
Definition at line 61 of file conflict.h.
Referenced by apply_handle_delete_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), and CheckAndReportConflict().
TimestampTz ConflictTupleInfo::ts |
Definition at line 68 of file conflict.h.
Referenced by apply_handle_delete_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), and CheckAndReportConflict().
TransactionId ConflictTupleInfo::xmin |
Definition at line 65 of file conflict.h.
Referenced by apply_handle_delete_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), and CheckAndReportConflict().