PostgreSQL Source Code  git master
BtreeLevel Struct Reference

Data Fields

uint32 level
 
BlockNumber leftmost
 
bool istruerootlevel
 

Detailed Description

Definition at line 136 of file verify_nbtree.c.

Field Documentation

◆ istruerootlevel

bool BtreeLevel::istruerootlevel

Definition at line 145 of file verify_nbtree.c.

Referenced by bt_check_every_level(), and bt_check_level_from_leftmost().

◆ leftmost

BlockNumber BtreeLevel::leftmost

Definition at line 142 of file verify_nbtree.c.

Referenced by bt_check_every_level(), and bt_check_level_from_leftmost().

◆ level

uint32 BtreeLevel::level

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