|
PostgreSQL Source Code git master
|
Data Fields | |
| pg_atomic_uint32 | generation |
| slock_t | mutex |
| double | cost_delay |
| int | cost_limit |
| int | cost_page_dirty |
| int | cost_page_hit |
| int | cost_page_miss |
Definition at line 67 of file vacuumparallel.c.
| double PVSharedCostParams::cost_delay |
Definition at line 83 of file vacuumparallel.c.
Referenced by parallel_vacuum_propagate_shared_delay_params(), parallel_vacuum_set_cost_parameters(), and parallel_vacuum_update_shared_delay_params().
| int PVSharedCostParams::cost_limit |
Definition at line 84 of file vacuumparallel.c.
Referenced by parallel_vacuum_propagate_shared_delay_params(), parallel_vacuum_set_cost_parameters(), and parallel_vacuum_update_shared_delay_params().
| int PVSharedCostParams::cost_page_dirty |
Definition at line 85 of file vacuumparallel.c.
Referenced by parallel_vacuum_propagate_shared_delay_params(), parallel_vacuum_set_cost_parameters(), and parallel_vacuum_update_shared_delay_params().
| int PVSharedCostParams::cost_page_hit |
Definition at line 86 of file vacuumparallel.c.
Referenced by parallel_vacuum_propagate_shared_delay_params(), parallel_vacuum_set_cost_parameters(), and parallel_vacuum_update_shared_delay_params().
| int PVSharedCostParams::cost_page_miss |
Definition at line 87 of file vacuumparallel.c.
Referenced by parallel_vacuum_propagate_shared_delay_params(), parallel_vacuum_set_cost_parameters(), and parallel_vacuum_update_shared_delay_params().
| pg_atomic_uint32 PVSharedCostParams::generation |
Definition at line 78 of file vacuumparallel.c.
Referenced by parallel_vacuum_init(), parallel_vacuum_propagate_shared_delay_params(), and parallel_vacuum_update_shared_delay_params().
| slock_t PVSharedCostParams::mutex |
Definition at line 80 of file vacuumparallel.c.
Referenced by parallel_vacuum_init(), parallel_vacuum_propagate_shared_delay_params(), and parallel_vacuum_update_shared_delay_params().