PostgreSQL Source Code  git master
PruneResult Struct Reference

#include <heapam.h>

Data Fields

int ndeleted
 
int nnewlpdead
 
int8 htsv [MaxHeapTuplesPerPage+1]
 

Detailed Description

Definition at line 197 of file heapam.h.

Field Documentation

◆ htsv

int8 PruneResult::htsv[MaxHeapTuplesPerPage+1]

Definition at line 211 of file heapam.h.

Referenced by heap_page_prune(), and lazy_scan_prune().

◆ ndeleted

int PruneResult::ndeleted

Definition at line 199 of file heapam.h.

Referenced by heap_page_prune(), heap_page_prune_opt(), and lazy_scan_prune().

◆ nnewlpdead

int PruneResult::nnewlpdead

Definition at line 200 of file heapam.h.

Referenced by heap_page_prune(), and heap_page_prune_opt().


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