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

#include <heapam.h>

Data Fields

Relation relation
 
Buffer buffer
 
PruneReason reason
 
int options
 
GlobalVisStatevistest
 
struct VacuumCutoffscutoffs
 

Detailed Description

Definition at line 260 of file heapam.h.

Field Documentation

◆ buffer

Buffer PruneFreezeParams::buffer

Definition at line 263 of file heapam.h.

Referenced by prune_freeze_setup().

◆ cutoffs

struct VacuumCutoffs* PruneFreezeParams::cutoffs

Definition at line 295 of file heapam.h.

Referenced by prune_freeze_setup().

◆ options

int PruneFreezeParams::options

Definition at line 280 of file heapam.h.

Referenced by lazy_scan_prune(), and prune_freeze_setup().

◆ reason

PruneReason PruneFreezeParams::reason

Definition at line 269 of file heapam.h.

Referenced by heap_page_prune_and_freeze().

◆ relation

Relation PruneFreezeParams::relation

Definition at line 262 of file heapam.h.

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

◆ vistest

GlobalVisState* PruneFreezeParams::vistest

Definition at line 286 of file heapam.h.

Referenced by prune_freeze_setup().


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