PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
OffsetNumber | offnum |
uint8 | flags |
Definition at line 160 of file heapam_xlog.h.
uint8 xl_heap_insert::flags |
Definition at line 163 of file heapam_xlog.h.
Referenced by DecodeInsert(), heap_desc(), heap_insert(), and heap_xlog_insert().
OffsetNumber xl_heap_insert::offnum |
Definition at line 162 of file heapam_xlog.h.
Referenced by heap_desc(), heap_insert(), and heap_xlog_insert().