|
PostgreSQL Source Code git master
|
Data Fields | |
| int | total_slots |
| uint32 | parallel_register_count |
| uint32 | parallel_terminate_count |
| BackgroundWorkerSlot | slot [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 94 of file bgworker.c.
| uint32 BackgroundWorkerArray::parallel_register_count |
Definition at line 97 of file bgworker.c.
Referenced by BackgroundWorkerShmemInit(), and RegisterDynamicBackgroundWorker().
| uint32 BackgroundWorkerArray::parallel_terminate_count |
Definition at line 98 of file bgworker.c.
Referenced by BackgroundWorkerShmemInit(), BackgroundWorkerStateChange(), ForgetBackgroundWorker(), and RegisterDynamicBackgroundWorker().
| BackgroundWorkerSlot BackgroundWorkerArray::slot[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 99 of file bgworker.c.
Referenced by BackgroundWorkerShmemInit(), BackgroundWorkerStateChange(), ForgetBackgroundWorker(), ForgetUnstartedBackgroundWorkers(), GetBackgroundWorkerPid(), GetBackgroundWorkerTypeByPid(), RegisterDynamicBackgroundWorker(), ReportBackgroundWorkerExit(), ReportBackgroundWorkerPID(), and TerminateBackgroundWorker().
| int BackgroundWorkerArray::total_slots |
Definition at line 96 of file bgworker.c.
Referenced by BackgroundWorkerShmemInit(), BackgroundWorkerStateChange(), GetBackgroundWorkerTypeByPid(), and RegisterDynamicBackgroundWorker().