PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 820 of file nbtree.h.

Field Documentation

◆ bounds_valid

bool BTInsertStateData::bounds_valid

Definition at line 834 of file nbtree.h.

◆ buf

Buffer BTInsertStateData::buf

Definition at line 827 of file nbtree.h.

◆ itemsz

Size BTInsertStateData::itemsz

Definition at line 823 of file nbtree.h.

◆ itup

IndexTuple BTInsertStateData::itup

Definition at line 822 of file nbtree.h.

Referenced by bt_rootdescend().

◆ itup_key

BTScanInsert BTInsertStateData::itup_key

Definition at line 824 of file nbtree.h.

◆ low

OffsetNumber BTInsertStateData::low

Definition at line 835 of file nbtree.h.

◆ postingoff

int BTInsertStateData::postingoff

Definition at line 843 of file nbtree.h.

◆ stricthigh

OffsetNumber BTInsertStateData::stricthigh

Definition at line 836 of file nbtree.h.


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