PostgreSQL Source Code  git master
SplitPoint Struct Reference

Data Fields

int16 curdelta
 
int16 leftfree
 
int16 rightfree
 
OffsetNumber firstrightoff
 
bool newitemonleft
 

Detailed Description

Definition at line 28 of file nbtsplitloc.c.

Field Documentation

◆ curdelta

int16 SplitPoint::curdelta

Definition at line 31 of file nbtsplitloc.c.

Referenced by _bt_deltasortsplits(), and _bt_splitcmp().

◆ firstrightoff

OffsetNumber SplitPoint::firstrightoff

◆ leftfree

int16 SplitPoint::leftfree

Definition at line 32 of file nbtsplitloc.c.

Referenced by _bt_defaultinterval(), and _bt_deltasortsplits().

◆ newitemonleft

bool SplitPoint::newitemonleft

◆ rightfree

int16 SplitPoint::rightfree

Definition at line 33 of file nbtsplitloc.c.

Referenced by _bt_defaultinterval(), and _bt_deltasortsplits().


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