PostgreSQL Source Code
git master
|
#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 |
bool IndexVacuumInfo::analyze_only |
Definition at line 48 of file genam.h.
Referenced by blvacuumcleanup(), brinvacuumcleanup(), btvacuumcleanup(), do_analyze_rel(), ginvacuumcleanup(), gistvacuumcleanup(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgvacuumcleanup(), and validate_index().
bool IndexVacuumInfo::estimated_count |
Definition at line 50 of file genam.h.
Referenced by btvacuumcleanup(), do_analyze_rel(), ginvacuumcleanup(), gistvacuumcleanup(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgvacuumcleanup(), and validate_index().
Relation IndexVacuumInfo::heaprel |
Definition at line 47 of file genam.h.
Referenced by _bt_pagedel(), _bt_pendingfsm_finalize(), btvacuumpage(), do_analyze_rel(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgprocesspending(), spgvacuumpage(), and validate_index().
Relation IndexVacuumInfo::index |
Definition at line 46 of file genam.h.
Referenced by blbulkdelete(), blvacuumcleanup(), brinvacuumcleanup(), btbulkdelete(), btvacuumcleanup(), btvacuumpage(), btvacuumscan(), do_analyze_rel(), ginbulkdelete(), ginvacuumcleanup(), gistdeletepage(), gistvacuum_delete_empty_pages(), gistvacuumpage(), gistvacuumscan(), hashbulkdelete(), hashvacuumcleanup(), index_bulk_delete(), index_vacuum_cleanup(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgprocesspending(), spgvacuumpage(), spgvacuumscan(), vac_bulkdel_one_index(), vac_cleanup_one_index(), and validate_index().
int IndexVacuumInfo::message_level |
Definition at line 51 of file genam.h.
Referenced by do_analyze_rel(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), vac_bulkdel_one_index(), vac_cleanup_one_index(), and validate_index().
double IndexVacuumInfo::num_heap_tuples |
Definition at line 52 of file genam.h.
Referenced by btvacuumcleanup(), do_analyze_rel(), ginvacuumcleanup(), gistvacuumcleanup(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgvacuumcleanup(), and validate_index().
bool IndexVacuumInfo::report_progress |
Definition at line 49 of file genam.h.
Referenced by btvacuumscan(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), and validate_index().
BufferAccessStrategy IndexVacuumInfo::strategy |
Definition at line 53 of file genam.h.
Referenced by blbulkdelete(), blvacuumcleanup(), brinvacuumcleanup(), btvacuumpage(), do_analyze_rel(), ginbulkdelete(), ginvacuumcleanup(), gistvacuum_delete_empty_pages(), gistvacuumpage(), hashbulkdelete(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgprocesspending(), spgvacuumpage(), and validate_index().