PostgreSQL Source Code  git master
BTInsertStateData Struct Reference

#include <nbtree.h>

Data Fields

IndexTuple itup
 
Size itemsz
 
BTScanInsert itup_key
 
Buffer buf
 
bool bounds_valid
 
OffsetNumber low
 
OffsetNumber stricthigh
 
int postingoff
 

Detailed Description

Definition at line 809 of file nbtree.h.

Field Documentation

◆ bounds_valid

◆ buf

◆ itemsz

Size BTInsertStateData::itemsz

◆ itup

IndexTuple BTInsertStateData::itup

◆ itup_key

◆ low

OffsetNumber BTInsertStateData::low

Definition at line 824 of file nbtree.h.

Referenced by _bt_binsrch_insert(), _bt_check_unique(), and _bt_findinsertloc().

◆ postingoff

int BTInsertStateData::postingoff

◆ stricthigh

OffsetNumber BTInsertStateData::stricthigh

Definition at line 825 of file nbtree.h.

Referenced by _bt_binsrch_insert(), _bt_check_unique(), and _bt_findinsertloc().


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