|
PostgreSQL Source Code git master
|
#include <heapam.h>
Data Fields | |
| Relation | relation |
| Buffer | buffer |
| PruneReason | reason |
| int | options |
| GlobalVisState * | vistest |
| struct VacuumCutoffs * | cutoffs |
| Buffer PruneFreezeParams::buffer |
Definition at line 239 of file heapam.h.
Referenced by heap_page_prune_and_freeze().
| struct VacuumCutoffs* PruneFreezeParams::cutoffs |
Definition at line 271 of file heapam.h.
Referenced by prune_freeze_setup().
| int PruneFreezeParams::options |
Definition at line 256 of file heapam.h.
Referenced by lazy_scan_prune(), and prune_freeze_setup().
| PruneReason PruneFreezeParams::reason |
Definition at line 245 of file heapam.h.
Referenced by heap_page_prune_and_freeze().
| Relation PruneFreezeParams::relation |
Definition at line 238 of file heapam.h.
Referenced by heap_page_prune_and_freeze(), heap_page_prune_opt(), and lazy_scan_prune().
| GlobalVisState* PruneFreezeParams::vistest |
Definition at line 262 of file heapam.h.
Referenced by prune_freeze_setup().