PostgreSQL Source Code git master
xl_heap_visible Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId snapshotConflictHorizon
 
uint8 flags
 

Detailed Description

Definition at line 444 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_visible::flags

Definition at line 447 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_xlog_visible(), and log_heap_visible().

◆ snapshotConflictHorizon

TransactionId xl_heap_visible::snapshotConflictHorizon

Definition at line 446 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_xlog_visible(), and log_heap_visible().


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