|
PostgreSQL Source Code git master
|
#include <tableam.h>
Data Fields | |
| Relation | irel |
| BlockNumber | iblknum |
| bool | bottomup |
| int | bottomupfreespace |
| int | ndeltids |
| TM_IndexDelete * | deltids |
| TM_IndexStatus * | status |
| bool TM_IndexDeleteOp::bottomup |
Definition at line 248 of file tableam.h.
Referenced by _bt_bottomupdel_pass(), _bt_delitems_delete_check(), _bt_simpledel_pass(), bottomup_sort_and_shrink(), heap_index_delete_tuples(), and index_compute_xid_horizon_for_tuples().
| int TM_IndexDeleteOp::bottomupfreespace |
Definition at line 249 of file tableam.h.
Referenced by _bt_bottomupdel_pass(), _bt_simpledel_pass(), heap_index_delete_tuples(), and index_compute_xid_horizon_for_tuples().
| TM_IndexDelete* TM_IndexDeleteOp::deltids |
Definition at line 253 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_bottomupdel_pass(), _bt_delitems_delete_check(), _bt_simpledel_pass(), bottomup_sort_and_shrink(), heap_index_delete_tuples(), index_compute_xid_horizon_for_tuples(), and index_delete_sort().
| BlockNumber TM_IndexDeleteOp::iblknum |
Definition at line 247 of file tableam.h.
Referenced by _bt_bottomupdel_pass(), _bt_simpledel_pass(), index_compute_xid_horizon_for_tuples(), and index_delete_check_htid().
| Relation TM_IndexDeleteOp::irel |
Definition at line 246 of file tableam.h.
Referenced by _bt_bottomupdel_pass(), _bt_simpledel_pass(), index_compute_xid_horizon_for_tuples(), and index_delete_check_htid().
| int TM_IndexDeleteOp::ndeltids |
Definition at line 252 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_bottomupdel_pass(), _bt_delitems_delete_check(), _bt_simpledel_pass(), bottomup_sort_and_shrink(), heap_index_delete_tuples(), index_compute_xid_horizon_for_tuples(), and index_delete_sort().
| TM_IndexStatus* TM_IndexDeleteOp::status |
Definition at line 254 of file tableam.h.
Referenced by _bt_bottomupdel_finish_pending(), _bt_bottomupdel_pass(), _bt_delitems_delete_check(), _bt_simpledel_pass(), bottomup_sort_and_shrink(), heap_index_delete_tuples(), and index_compute_xid_horizon_for_tuples().