PostgreSQL Source Code git master
PruneFreezeParams Struct Reference

#include <heapam.h>

Data Fields

Relation relation
 
Buffer buffer
 
PruneReason reason
 
int options
 
GlobalVisStatevistest
 
struct VacuumCutoffscutoffs
 

Detailed Description

Definition at line 236 of file heapam.h.

Field Documentation

◆ buffer

Buffer PruneFreezeParams::buffer

Definition at line 239 of file heapam.h.

Referenced by heap_page_prune_and_freeze().

◆ cutoffs

struct VacuumCutoffs* PruneFreezeParams::cutoffs

Definition at line 271 of file heapam.h.

Referenced by prune_freeze_setup().

◆ options

int PruneFreezeParams::options

Definition at line 256 of file heapam.h.

Referenced by lazy_scan_prune(), and prune_freeze_setup().

◆ reason

PruneReason PruneFreezeParams::reason

Definition at line 245 of file heapam.h.

Referenced by heap_page_prune_and_freeze().

◆ relation

Relation PruneFreezeParams::relation

Definition at line 238 of file heapam.h.

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

◆ vistest

GlobalVisState* PruneFreezeParams::vistest

Definition at line 262 of file heapam.h.

Referenced by prune_freeze_setup().


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