|
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 75 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 77 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 74 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 73 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 78 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 79 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 76 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 80 of file genam.h.
Referenced by blbulkdelete(), blvacuumcleanup(), brinvacuumcleanup(), btvacuumpage(), btvacuumscan(), do_analyze_rel(), ginbulkdelete(), ginvacuumcleanup(), gistvacuum_delete_empty_pages(), gistvacuumpage(), gistvacuumscan(), hashbulkdelete(), lazy_cleanup_one_index(), lazy_vacuum_one_index(), parallel_vacuum_process_one_index(), spgprocesspending(), spgvacuumscan(), and validate_index().