PostgreSQL Source Code
git master
|
Data Fields | |
PVIndVacStatus | status |
bool | parallel_workers_can_process |
bool | istat_updated |
IndexBulkDeleteResult | istat |
Definition at line 128 of file vacuumparallel.c.
IndexBulkDeleteResult PVIndStats::istat |
Definition at line 147 of file vacuumparallel.c.
Referenced by parallel_vacuum_end(), and parallel_vacuum_process_one_index().
bool PVIndStats::istat_updated |
Definition at line 146 of file vacuumparallel.c.
Referenced by parallel_vacuum_end(), and parallel_vacuum_process_one_index().
bool PVIndStats::parallel_workers_can_process |
Definition at line 140 of file vacuumparallel.c.
Referenced by parallel_vacuum_process_all_indexes(), parallel_vacuum_process_safe_indexes(), and parallel_vacuum_process_unsafe_indexes().
PVIndVacStatus PVIndStats::status |
Definition at line 139 of file vacuumparallel.c.
Referenced by parallel_vacuum_process_all_indexes(), and parallel_vacuum_process_one_index().