PostgreSQL Source Code  git master
xl_btree_newroot Struct Reference

#include <nbtxlog.h>

Data Fields

BlockNumber rootblk
 
uint32 level
 

Detailed Description

Definition at line 341 of file nbtxlog.h.

Field Documentation

◆ level

uint32 xl_btree_newroot::level

Definition at line 344 of file nbtxlog.h.

Referenced by _bt_getroot(), _bt_newlevel(), btree_desc(), and btree_xlog_newroot().

◆ rootblk

BlockNumber xl_btree_newroot::rootblk

Definition at line 343 of file nbtxlog.h.

Referenced by _bt_getroot(), and _bt_newlevel().


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