PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BackgroundWorkerHandle Struct Reference

Data Fields

int slot
 
uint64 generation
 

Detailed Description

Definition at line 102 of file bgworker.c.

Field Documentation

◆ generation

uint64 BackgroundWorkerHandle::generation

Definition at line 105 of file bgworker.c.

Referenced by GetBackgroundWorkerPid(), and TerminateBackgroundWorker().

◆ slot

int BackgroundWorkerHandle::slot

Definition at line 104 of file bgworker.c.

Referenced by GetBackgroundWorkerPid(), and TerminateBackgroundWorker().


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