PostgreSQL Source Code  git master
PVShared Struct Reference

Data Fields

Oid relid
 
int elevel
 
double reltuples
 
bool estimated_count
 
int maintenance_work_mem_worker
 
int ring_nbuffers
 
pg_atomic_uint32 cost_balance
 
pg_atomic_uint32 active_nworkers
 
pg_atomic_uint32 idx
 
dsa_handle dead_items_dsa_handle
 
dsa_pointer dead_items_handle
 
VacDeadItemsInfo dead_items_info
 

Detailed Description

Definition at line 57 of file vacuumparallel.c.

Field Documentation

◆ active_nworkers

pg_atomic_uint32 PVShared::active_nworkers

◆ cost_balance

pg_atomic_uint32 PVShared::cost_balance

◆ dead_items_dsa_handle

dsa_handle PVShared::dead_items_dsa_handle

◆ dead_items_handle

dsa_pointer PVShared::dead_items_handle

◆ dead_items_info

◆ elevel

int PVShared::elevel

Definition at line 65 of file vacuumparallel.c.

Referenced by parallel_vacuum_init(), and parallel_vacuum_process_all_indexes().

◆ estimated_count

◆ idx

◆ maintenance_work_mem_worker

int PVShared::maintenance_work_mem_worker

Definition at line 88 of file vacuumparallel.c.

Referenced by parallel_vacuum_init(), and parallel_vacuum_main().

◆ relid

Oid PVShared::relid

Definition at line 64 of file vacuumparallel.c.

Referenced by parallel_vacuum_init(), and parallel_vacuum_main().

◆ reltuples

◆ ring_nbuffers

int PVShared::ring_nbuffers

Definition at line 94 of file vacuumparallel.c.

Referenced by parallel_vacuum_init(), and parallel_vacuum_main().


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