diff options
Diffstat (limited to 'src/include/access/htup.h')
-rw-r--r-- | src/include/access/htup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h index e78d804756a..5a4e5b05f50 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -64,6 +64,7 @@ typedef struct HeapTupleData uint32 t_len; /* length of *t_data */ ItemPointerData t_self; /* SelfItemPointer */ Oid t_tableOid; /* table the tuple came from */ +#define FIELDNO_HEAPTUPLEDATA_DATA 3 HeapTupleHeader t_data; /* -> tuple header and data */ } HeapTupleData; |