|
PostgreSQL Source Code git master
|
#include <nbtree.h>
Data Fields | |
| IndexVacuumInfo * | info |
| IndexBulkDeleteResult * | stats |
| IndexBulkDeleteCallback | callback |
| void * | callback_state |
| BTCycleId | cycleid |
| MemoryContext | pagedelcontext |
| int | bufsize |
| int | maxbufsize |
| BTPendingFSM * | pendingpages |
| int | npendingpages |
| int BTVacState::bufsize |
Definition at line 343 of file nbtree.h.
Referenced by _bt_pendingfsm_add(), _bt_pendingfsm_init(), and btvacuumscan().
| IndexBulkDeleteCallback BTVacState::callback |
Definition at line 335 of file nbtree.h.
Referenced by btreevacuumposting(), btvacuumpage(), and btvacuumscan().
| void* BTVacState::callback_state |
Definition at line 336 of file nbtree.h.
Referenced by btreevacuumposting(), btvacuumpage(), and btvacuumscan().
| BTCycleId BTVacState::cycleid |
Definition at line 337 of file nbtree.h.
Referenced by btvacuumpage(), and btvacuumscan().
| IndexVacuumInfo* BTVacState::info |
Definition at line 333 of file nbtree.h.
Referenced by _bt_pagedel(), _bt_pendingfsm_finalize(), btvacuumpage(), and btvacuumscan().
| int BTVacState::maxbufsize |
Definition at line 344 of file nbtree.h.
Referenced by _bt_pendingfsm_add(), _bt_pendingfsm_init(), and btvacuumscan().
| int BTVacState::npendingpages |
Definition at line 346 of file nbtree.h.
Referenced by _bt_pendingfsm_add(), _bt_pendingfsm_finalize(), _bt_pendingfsm_init(), and btvacuumscan().
| MemoryContext BTVacState::pagedelcontext |
Definition at line 338 of file nbtree.h.
Referenced by btvacuumpage(), and btvacuumscan().
| BTPendingFSM* BTVacState::pendingpages |
Definition at line 345 of file nbtree.h.
Referenced by _bt_pendingfsm_add(), _bt_pendingfsm_finalize(), _bt_pendingfsm_init(), and btvacuumscan().
| IndexBulkDeleteResult* BTVacState::stats |
Definition at line 334 of file nbtree.h.
Referenced by _bt_pendingfsm_finalize(), _bt_unlink_halfdead_page(), btvacuumpage(), and btvacuumscan().