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

#include <genam.h>

Data Fields

Relation index
 
Relation heaprel
 
bool analyze_only
 
bool report_progress
 
bool estimated_count
 
int message_level
 
double num_heap_tuples
 
BufferAccessStrategy strategy
 

Detailed Description

Definition at line 50 of file genam.h.

Field Documentation

◆ analyze_only

bool IndexVacuumInfo::analyze_only

◆ estimated_count

bool IndexVacuumInfo::estimated_count

Definition at line 56 of file genam.h.

Referenced by btvacuumcleanup(), ginvacuumcleanup(), gistvacuumcleanup(), and spgvacuumcleanup().

◆ heaprel

Relation IndexVacuumInfo::heaprel

Definition at line 53 of file genam.h.

Referenced by btvacuumpage().

◆ index

◆ message_level

int IndexVacuumInfo::message_level

Definition at line 57 of file genam.h.

◆ num_heap_tuples

double IndexVacuumInfo::num_heap_tuples

Definition at line 58 of file genam.h.

Referenced by btvacuumcleanup(), ginvacuumcleanup(), gistvacuumcleanup(), and spgvacuumcleanup().

◆ report_progress

bool IndexVacuumInfo::report_progress

Definition at line 55 of file genam.h.

Referenced by btvacuumscan().

◆ strategy


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