PostgreSQL Source Code  git master
xl_multi_insert_tuple Struct Reference

#include <heapam_xlog.h>

Data Fields

uint16 datalen
 
uint16 t_infomask2
 
uint16 t_infomask
 
uint8 t_hoff
 

Detailed Description

Definition at line 184 of file heapam_xlog.h.

Field Documentation

◆ datalen

uint16 xl_multi_insert_tuple::datalen

Definition at line 186 of file heapam_xlog.h.

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

◆ t_hoff

uint8 xl_multi_insert_tuple::t_hoff

Definition at line 189 of file heapam_xlog.h.

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

◆ t_infomask

uint16 xl_multi_insert_tuple::t_infomask

Definition at line 188 of file heapam_xlog.h.

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

◆ t_infomask2

uint16 xl_multi_insert_tuple::t_infomask2

Definition at line 187 of file heapam_xlog.h.

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


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