PostgreSQL Source Code  git master
xl_btree_reuse_page Struct Reference

#include <nbtxlog.h>

Data Fields

RelFileLocator locator
 
BlockNumber block
 
FullTransactionId snapshotConflictHorizon
 
bool isCatalogRel
 

Detailed Description

Definition at line 183 of file nbtxlog.h.

Field Documentation

◆ block

BlockNumber xl_btree_reuse_page::block

Definition at line 186 of file nbtxlog.h.

Referenced by _bt_allocbuf().

◆ isCatalogRel

bool xl_btree_reuse_page::isCatalogRel

Definition at line 188 of file nbtxlog.h.

Referenced by _bt_allocbuf(), btree_desc(), and btree_xlog_reuse_page().

◆ locator

RelFileLocator xl_btree_reuse_page::locator

Definition at line 185 of file nbtxlog.h.

Referenced by _bt_allocbuf(), btree_desc(), and btree_xlog_reuse_page().

◆ snapshotConflictHorizon

FullTransactionId xl_btree_reuse_page::snapshotConflictHorizon

Definition at line 187 of file nbtxlog.h.

Referenced by _bt_allocbuf(), btree_desc(), and btree_xlog_reuse_page().


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