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 newly_all_visible
 
bool newly_all_visible_frozen
 
bool newly_all_frozen
 
bool hastup
 
int lpdead_items
 
OffsetNumber deadoffsets [MaxHeapTuplesPerPage]
 

Detailed Description

Definition at line 308 of file heapam.h.

Field Documentation

◆ deadoffsets

OffsetNumber PruneFreezeResult::deadoffsets[MaxHeapTuplesPerPage]

Definition at line 338 of file heapam.h.

◆ hastup

bool PruneFreezeResult::hastup

Definition at line 331 of file heapam.h.

◆ live_tuples

int PruneFreezeResult::live_tuples

Definition at line 315 of file heapam.h.

◆ lpdead_items

int PruneFreezeResult::lpdead_items

Definition at line 337 of file heapam.h.

◆ ndeleted

int PruneFreezeResult::ndeleted

Definition at line 310 of file heapam.h.

◆ newly_all_frozen

bool PruneFreezeResult::newly_all_frozen

Definition at line 324 of file heapam.h.

◆ newly_all_visible

bool PruneFreezeResult::newly_all_visible

Definition at line 322 of file heapam.h.

◆ newly_all_visible_frozen

bool PruneFreezeResult::newly_all_visible_frozen

Definition at line 323 of file heapam.h.

◆ nfrozen

int PruneFreezeResult::nfrozen

Definition at line 312 of file heapam.h.

◆ nnewlpdead

int PruneFreezeResult::nnewlpdead

Definition at line 311 of file heapam.h.

◆ recently_dead_tuples

int PruneFreezeResult::recently_dead_tuples

Definition at line 316 of file heapam.h.


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