PostgreSQL Source Code: BTScanInsertData Struct Reference (original) (raw)

#include <[nbtree.h](nbtree%5F8h%5Fsource.html)>

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

Definition at line 795 of file nbtree.h.

allequalimage

bool BTScanInsertData::allequalimage

anynullkeys

bool BTScanInsertData::anynullkeys

backward

bool BTScanInsertData::backward

heapkeyspace

bool BTScanInsertData::heapkeyspace

keysz

int BTScanInsertData::keysz

nextkey

bool BTScanInsertData::nextkey

scankeys

scantid


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