PostgreSQL Source Code git master
|
Data Fields | |
PVIndVacStatus | status |
bool | parallel_workers_can_process |
bool | istat_updated |
IndexBulkDeleteResult | istat |
Definition at line 137 of file vacuumparallel.c.
IndexBulkDeleteResult PVIndStats::istat |
Definition at line 156 of file vacuumparallel.c.
Referenced by parallel_vacuum_end(), and parallel_vacuum_process_one_index().
bool PVIndStats::istat_updated |
Definition at line 155 of file vacuumparallel.c.
Referenced by parallel_vacuum_end(), and parallel_vacuum_process_one_index().
bool PVIndStats::parallel_workers_can_process |
Definition at line 149 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 148 of file vacuumparallel.c.
Referenced by parallel_vacuum_process_all_indexes(), and parallel_vacuum_process_one_index().