PostgreSQL Source Code git master
|
#include <heapam.h>
Data Fields | |
int | ndeleted |
int | nnewlpdead |
int | nfrozen |
int | live_tuples |
int | recently_dead_tuples |
bool | all_visible |
bool | all_frozen |
TransactionId | vm_conflict_horizon |
bool | hastup |
int | lpdead_items |
OffsetNumber | deadoffsets [MaxHeapTuplesPerPage] |
bool PruneFreezeResult::all_frozen |
Definition at line 257 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
bool PruneFreezeResult::all_visible |
Definition at line 256 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
OffsetNumber PruneFreezeResult::deadoffsets[MaxHeapTuplesPerPage] |
Definition at line 272 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
bool PruneFreezeResult::hastup |
Definition at line 265 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
int PruneFreezeResult::live_tuples |
Definition at line 242 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
int PruneFreezeResult::lpdead_items |
Definition at line 271 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
int PruneFreezeResult::ndeleted |
Definition at line 237 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), heap_page_prune_opt(), and lazy_scan_prune().
int PruneFreezeResult::nfrozen |
Definition at line 239 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
int PruneFreezeResult::nnewlpdead |
Definition at line 238 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and heap_page_prune_opt().
int PruneFreezeResult::recently_dead_tuples |
Definition at line 243 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().
TransactionId PruneFreezeResult::vm_conflict_horizon |
Definition at line 258 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), and lazy_scan_prune().