PostgreSQL Source Code
git master
|
Definition at line 28 of file gistvacuum.c.
IndexBulkDeleteCallback GistVacState::callback |
Definition at line 32 of file gistvacuum.c.
Referenced by gistvacuumpage(), and gistvacuumscan().
void* GistVacState::callback_state |
Definition at line 33 of file gistvacuum.c.
Referenced by gistvacuumpage(), and gistvacuumscan().
IntegerSet* GistVacState::empty_leaf_set |
Definition at line 41 of file gistvacuum.c.
Referenced by gistvacuum_delete_empty_pages(), gistvacuumpage(), and gistvacuumscan().
IndexVacuumInfo* GistVacState::info |
Definition at line 30 of file gistvacuum.c.
Referenced by gistvacuumpage(), and gistvacuumscan().
IntegerSet* GistVacState::internal_page_set |
Definition at line 40 of file gistvacuum.c.
Referenced by gistvacuum_delete_empty_pages(), gistvacuumpage(), and gistvacuumscan().
MemoryContext GistVacState::page_set_context |
Definition at line 42 of file gistvacuum.c.
Referenced by gistvacuumscan().
GistNSN GistVacState::startNSN |
Definition at line 34 of file gistvacuum.c.
Referenced by gistvacuumpage(), and gistvacuumscan().
IndexBulkDeleteResult* GistVacState::stats |
Definition at line 31 of file gistvacuum.c.
Referenced by gistvacuum_delete_empty_pages(), gistvacuumpage(), and gistvacuumscan().