PostgreSQL Source Code  git master
xl_heap_freeze_page Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId snapshotConflictHorizon
 
uint16 nplans
 
bool isCatalogRel
 

Detailed Description

Definition at line 345 of file heapam_xlog.h.

Field Documentation

◆ isCatalogRel

bool xl_heap_freeze_page::isCatalogRel

Definition at line 349 of file heapam_xlog.h.

Referenced by heap_freeze_execute_prepared(), and heap_xlog_freeze_page().

◆ nplans

uint16 xl_heap_freeze_page::nplans

Definition at line 348 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_freeze_execute_prepared(), and heap_xlog_freeze_page().

◆ snapshotConflictHorizon

TransactionId xl_heap_freeze_page::snapshotConflictHorizon

Definition at line 347 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_freeze_execute_prepared(), and heap_xlog_freeze_page().


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