PostgreSQL Source Code  git master
BTScanInsertData Struct Reference

#include <nbtree.h>

Data Fields

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

Detailed Description

Definition at line 789 of file nbtree.h.

Field Documentation

◆ allequalimage

bool BTScanInsertData::allequalimage

◆ anynullkeys

bool BTScanInsertData::anynullkeys

Definition at line 793 of file nbtree.h.

Referenced by _bt_check_unique(), and _bt_doinsert().

◆ heapkeyspace

bool BTScanInsertData::heapkeyspace

◆ keysz

int BTScanInsertData::keysz

Definition at line 797 of file nbtree.h.

◆ nextkey

bool BTScanInsertData::nextkey

Definition at line 794 of file nbtree.h.

◆ pivotsearch

bool BTScanInsertData::pivotsearch

Definition at line 795 of file nbtree.h.

Referenced by _bt_pagedel(), and bt_mkscankey_pivotsearch().

◆ scankeys

ScanKeyData BTScanInsertData::scankeys[INDEX_MAX_KEYS]

◆ scantid

ItemPointer BTScanInsertData::scantid

Definition at line 796 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: