PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PruneFreezeResult Struct Reference

#include <heapam.h>

Data Fields

int ndeleted
 
int nnewlpdead
 
int nfrozen
 
int live_tuples
 
int recently_dead_tuples
 
bool all_visible
 
bool all_frozen
 
TransactionId vm_conflict_horizon
 
bool hastup
 
int lpdead_items
 
OffsetNumber deadoffsets [MaxHeapTuplesPerPage]
 

Detailed Description

Definition at line 277 of file heapam.h.

Field Documentation

◆ all_frozen

bool PruneFreezeResult::all_frozen

Definition at line 299 of file heapam.h.

◆ all_visible

bool PruneFreezeResult::all_visible

Definition at line 298 of file heapam.h.

◆ deadoffsets

OffsetNumber PruneFreezeResult::deadoffsets[MaxHeapTuplesPerPage]

Definition at line 314 of file heapam.h.

◆ hastup

bool PruneFreezeResult::hastup

Definition at line 307 of file heapam.h.

◆ live_tuples

int PruneFreezeResult::live_tuples

Definition at line 284 of file heapam.h.

◆ lpdead_items

int PruneFreezeResult::lpdead_items

Definition at line 313 of file heapam.h.

◆ ndeleted

int PruneFreezeResult::ndeleted

Definition at line 279 of file heapam.h.

◆ nfrozen

int PruneFreezeResult::nfrozen

Definition at line 281 of file heapam.h.

◆ nnewlpdead

int PruneFreezeResult::nnewlpdead

Definition at line 280 of file heapam.h.

◆ recently_dead_tuples

int PruneFreezeResult::recently_dead_tuples

Definition at line 285 of file heapam.h.

◆ vm_conflict_horizon

TransactionId PruneFreezeResult::vm_conflict_horizon

Definition at line 300 of file heapam.h.


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