PostgreSQL Source Code  git master
BTMetaPageData Struct Reference

#include <nbtree.h>

Data Fields

uint32 btm_magic
 
uint32 btm_version
 
BlockNumber btm_root
 
uint32 btm_level
 
BlockNumber btm_fastroot
 
uint32 btm_fastlevel
 
uint32 btm_last_cleanup_num_delpages
 
float8 btm_last_cleanup_num_heap_tuples
 
bool btm_allequalimage
 

Detailed Description

Definition at line 103 of file nbtree.h.

Field Documentation

◆ btm_allequalimage

◆ btm_fastlevel

◆ btm_fastroot

◆ btm_last_cleanup_num_delpages

◆ btm_last_cleanup_num_heap_tuples

float8 BTMetaPageData::btm_last_cleanup_num_heap_tuples

◆ btm_level

◆ btm_magic

◆ btm_root

◆ btm_version


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