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 189 of file heapam_xlog.h.

Field Documentation

◆ datalen

uint16 xl_multi_insert_tuple::datalen

Definition at line 191 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 194 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 193 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 192 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: