|
PostgreSQL Source Code git master
|
#include <conflict.h>
Data Fields | |
| TupleTableSlot * | slot |
| Oid | indexoid |
| TransactionId | xmin |
| RepOriginId | origin |
| TimestampTz | ts |
Definition at line 69 of file conflict.h.
| Oid ConflictTupleInfo::indexoid |
Definition at line 73 of file conflict.h.
Referenced by CheckAndReportConflict().
| RepOriginId ConflictTupleInfo::origin |
Definition at line 77 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 71 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 78 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 75 of file conflict.h.
Referenced by apply_handle_delete_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), and CheckAndReportConflict().