PostgreSQL Source Code  git master
xl_heap_multi_insert Struct Reference

#include <heapam_xlog.h>

Data Fields

uint8 flags
 
uint16 ntuples
 
OffsetNumber offsets [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 180 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_multi_insert::flags

◆ ntuples

uint16 xl_heap_multi_insert::ntuples

◆ offsets

OffsetNumber xl_heap_multi_insert::offsets[FLEXIBLE_ARRAY_MEMBER]

Definition at line 184 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_multi_insert(), and heap_xlog_multi_insert().


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