PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ConflictTupleInfo Struct Reference

#include <conflict.h>

Data Fields

TupleTableSlotslot
 
Oid indexoid
 
TransactionId xmin
 
ReplOriginId origin
 
TimestampTz ts
 

Detailed Description

Definition at line 69 of file conflict.h.

Field Documentation

◆ indexoid

Oid ConflictTupleInfo::indexoid

Definition at line 73 of file conflict.h.

◆ origin

ReplOriginId ConflictTupleInfo::origin

Definition at line 77 of file conflict.h.

◆ slot

TupleTableSlot* ConflictTupleInfo::slot

Definition at line 71 of file conflict.h.

◆ ts

TimestampTz ConflictTupleInfo::ts

Definition at line 78 of file conflict.h.

◆ xmin

TransactionId ConflictTupleInfo::xmin

Definition at line 75 of file conflict.h.


The documentation for this struct was generated from the following file: