PostgreSQL Source Code  git master
PVIndStats Struct Reference

Data Fields

PVIndVacStatus status
 
bool parallel_workers_can_process
 
bool istat_updated
 
IndexBulkDeleteResult istat
 

Detailed Description

Definition at line 136 of file vacuumparallel.c.

Field Documentation

◆ istat

IndexBulkDeleteResult PVIndStats::istat

Definition at line 155 of file vacuumparallel.c.

Referenced by parallel_vacuum_end(), and parallel_vacuum_process_one_index().

◆ istat_updated

bool PVIndStats::istat_updated

Definition at line 154 of file vacuumparallel.c.

Referenced by parallel_vacuum_end(), and parallel_vacuum_process_one_index().

◆ parallel_workers_can_process

bool PVIndStats::parallel_workers_can_process

◆ status

PVIndVacStatus PVIndStats::status

The documentation for this struct was generated from the following file: