PostgreSQL Source Code git master
Loading...
Searching...
No Matches
xl_btree_metadata Struct Reference

#include <nbtxlog.h>

Data Fields

uint32 version
 
BlockNumber root
 
uint32 level
 
BlockNumber fastroot
 
uint32 fastlevel
 
uint32 last_cleanup_num_delpages
 
bool allequalimage
 

Detailed Description

Definition at line 46 of file nbtxlog.h.

Field Documentation

◆ allequalimage

bool xl_btree_metadata::allequalimage

Definition at line 54 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().

◆ fastlevel

uint32 xl_btree_metadata::fastlevel

Definition at line 52 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().

◆ fastroot

BlockNumber xl_btree_metadata::fastroot

Definition at line 51 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().

◆ last_cleanup_num_delpages

uint32 xl_btree_metadata::last_cleanup_num_delpages

Definition at line 53 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().

◆ level

uint32 xl_btree_metadata::level

Definition at line 50 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().

◆ root

BlockNumber xl_btree_metadata::root

Definition at line 49 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().

◆ version

uint32 xl_btree_metadata::version

Definition at line 48 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), and _bt_set_cleanup_info().


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