PostgreSQL Source Code  git master
xl_btree_split Struct Reference

#include <nbtxlog.h>

Data Fields

uint32 level
 
OffsetNumber firstrightoff
 
OffsetNumber newitemoff
 
uint16 postingoff
 

Detailed Description

Definition at line 150 of file nbtxlog.h.

Field Documentation

◆ firstrightoff

OffsetNumber xl_btree_split::firstrightoff

Definition at line 153 of file nbtxlog.h.

Referenced by _bt_split(), btree_desc(), and btree_xlog_split().

◆ level

uint32 xl_btree_split::level

Definition at line 152 of file nbtxlog.h.

Referenced by _bt_split(), btree_desc(), and btree_xlog_split().

◆ newitemoff

OffsetNumber xl_btree_split::newitemoff

Definition at line 154 of file nbtxlog.h.

Referenced by _bt_split(), btree_desc(), and btree_xlog_split().

◆ postingoff

uint16 xl_btree_split::postingoff

Definition at line 155 of file nbtxlog.h.

Referenced by _bt_split(), btree_desc(), and btree_xlog_split().


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