PostgreSQL Source Code  git master
xl_heap_insert Struct Reference

#include <heapam_xlog.h>

Data Fields

OffsetNumber offnum
 
uint8 flags
 

Detailed Description

Definition at line 159 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_insert::flags

Definition at line 162 of file heapam_xlog.h.

Referenced by DecodeInsert(), heap_desc(), heap_insert(), and heap_xlog_insert().

◆ offnum

OffsetNumber xl_heap_insert::offnum

Definition at line 161 of file heapam_xlog.h.

Referenced by heap_desc(), heap_insert(), and heap_xlog_insert().


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