PostgreSQL Source Code  git master
xl_heap_prune Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId snapshotConflictHorizon
 
uint16 nredirected
 
uint16 ndead
 
bool isCatalogRel
 

Detailed Description

Definition at line 243 of file heapam_xlog.h.

Field Documentation

◆ isCatalogRel

bool xl_heap_prune::isCatalogRel

Definition at line 248 of file heapam_xlog.h.

Referenced by heap_page_prune(), and heap_xlog_prune().

◆ ndead

uint16 xl_heap_prune::ndead

Definition at line 247 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_page_prune(), and heap_xlog_prune().

◆ nredirected

uint16 xl_heap_prune::nredirected

Definition at line 246 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_page_prune(), and heap_xlog_prune().

◆ snapshotConflictHorizon

TransactionId xl_heap_prune::snapshotConflictHorizon

Definition at line 245 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_page_prune(), and heap_xlog_prune().


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