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