PostgreSQL Source Code  git master
BackgroundWorkerArray Struct Reference

Data Fields

int total_slots
 
uint32 parallel_register_count
 
uint32 parallel_terminate_count
 
BackgroundWorkerSlot slot [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 94 of file bgworker.c.

Field Documentation

◆ parallel_register_count

uint32 BackgroundWorkerArray::parallel_register_count

Definition at line 97 of file bgworker.c.

Referenced by BackgroundWorkerShmemInit(), and RegisterDynamicBackgroundWorker().

◆ parallel_terminate_count

uint32 BackgroundWorkerArray::parallel_terminate_count

◆ slot

◆ total_slots

int BackgroundWorkerArray::total_slots

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