PostgreSQL Source Code
git master
|
Data Fields | |
int | slot |
uint64 | generation |
Definition at line 102 of file bgworker.c.
uint64 BackgroundWorkerHandle::generation |
Definition at line 105 of file bgworker.c.
Referenced by GetBackgroundWorkerPid(), and TerminateBackgroundWorker().
int BackgroundWorkerHandle::slot |
Definition at line 104 of file bgworker.c.
Referenced by GetBackgroundWorkerPid(), and TerminateBackgroundWorker().