PostgreSQL Source Code  git master
xl_hash_vacuum_one_page Struct Reference

#include <hash_xlog.h>

Data Fields

TransactionId snapshotConflictHorizon
 
uint16 ntuples
 
bool isCatalogRel
 
OffsetNumber offsets [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 245 of file hash_xlog.h.

Field Documentation

◆ isCatalogRel

bool xl_hash_vacuum_one_page::isCatalogRel

Definition at line 249 of file hash_xlog.h.

Referenced by _hash_vacuum_one_page(), hash_desc(), and hash_xlog_vacuum_one_page().

◆ ntuples

uint16 xl_hash_vacuum_one_page::ntuples

Definition at line 248 of file hash_xlog.h.

Referenced by _hash_vacuum_one_page(), hash_desc(), and hash_xlog_vacuum_one_page().

◆ offsets

OffsetNumber xl_hash_vacuum_one_page::offsets[FLEXIBLE_ARRAY_MEMBER]

Definition at line 253 of file hash_xlog.h.

Referenced by hash_xlog_vacuum_one_page().

◆ snapshotConflictHorizon

TransactionId xl_hash_vacuum_one_page::snapshotConflictHorizon

Definition at line 247 of file hash_xlog.h.

Referenced by _hash_vacuum_one_page(), hash_desc(), and hash_xlog_vacuum_one_page().


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