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

Data Fields

uint32 level
 
BlockNumber leftmost
 
bool istruerootlevel
 

Detailed Description

Definition at line 138 of file verify_nbtree.c.

Field Documentation

◆ istruerootlevel

bool BtreeLevel::istruerootlevel

Definition at line 147 of file verify_nbtree.c.

Referenced by bt_check_every_level(), and bt_check_level_from_leftmost().

◆ leftmost

BlockNumber BtreeLevel::leftmost

Definition at line 144 of file verify_nbtree.c.

Referenced by bt_check_every_level(), and bt_check_level_from_leftmost().

◆ level

uint32 BtreeLevel::level

Definition at line 141 of file verify_nbtree.c.

Referenced by bt_check_every_level(), and bt_check_level_from_leftmost().


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