PostgreSQL Source Code  git master
BTScanInsertData Struct Reference

#include <nbtree.h>

Data Fields

bool heapkeyspace
 
bool allequalimage
 
bool anynullkeys
 
bool nextkey
 
bool backward
 
ItemPointer scantid
 
int keysz
 
ScanKeyData scankeys [INDEX_MAX_KEYS]
 

Detailed Description

Definition at line 784 of file nbtree.h.

Field Documentation

◆ allequalimage

bool BTScanInsertData::allequalimage

◆ anynullkeys

bool BTScanInsertData::anynullkeys

Definition at line 788 of file nbtree.h.

Referenced by _bt_check_unique(), _bt_doinsert(), and bt_target_page_check().

◆ backward

bool BTScanInsertData::backward

Definition at line 790 of file nbtree.h.

Referenced by _bt_pagedel(), and bt_mkscankey_pivotsearch().

◆ heapkeyspace

bool BTScanInsertData::heapkeyspace

◆ keysz

int BTScanInsertData::keysz

Definition at line 792 of file nbtree.h.

◆ nextkey

bool BTScanInsertData::nextkey

Definition at line 789 of file nbtree.h.

Referenced by _bt_pagedel().

◆ scankeys

ScanKeyData BTScanInsertData::scankeys[INDEX_MAX_KEYS]

◆ scantid

ItemPointer BTScanInsertData::scantid

Definition at line 791 of file nbtree.h.

Referenced by _bt_check_unique(), _bt_doinsert(), _bt_findinsertloc(), and bt_target_page_check().


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