PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BTCallbackState Struct Reference

Data Fields

bool parentcheck
 
bool heapallindexed
 
bool rootdescend
 
bool checkunique
 

Detailed Description

Definition at line 166 of file verify_nbtree.c.

Field Documentation

◆ checkunique

bool BTCallbackState::checkunique

Definition at line 171 of file verify_nbtree.c.

◆ heapallindexed

bool BTCallbackState::heapallindexed

Definition at line 169 of file verify_nbtree.c.

◆ parentcheck

bool BTCallbackState::parentcheck

Definition at line 168 of file verify_nbtree.c.

◆ rootdescend

bool BTCallbackState::rootdescend

Definition at line 170 of file verify_nbtree.c.


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