PostgreSQL Source Code
git master
|
#include <tableam.h>
Data Fields | |
OffsetNumber | idxoffnum |
bool | knowndeletable |
bool | promising |
int16 | freespace |
int16 TM_IndexStatus::freespace |
Definition at line 224 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_simpledel_pass(), heap_index_delete_tuples(), and index_compute_xid_horizon_for_tuples().
OffsetNumber TM_IndexStatus::idxoffnum |
Definition at line 219 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_delitems_delete_check(), _bt_simpledel_pass(), index_compute_xid_horizon_for_tuples(), and index_delete_check_htid().
bool TM_IndexStatus::knowndeletable |
Definition at line 220 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_delitems_delete_check(), _bt_simpledel_pass(), heap_index_delete_tuples(), and index_compute_xid_horizon_for_tuples().
bool TM_IndexStatus::promising |
Definition at line 223 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_simpledel_pass(), bottomup_sort_and_shrink(), heap_index_delete_tuples(), and index_compute_xid_horizon_for_tuples().