PostgreSQL Source Code  git master
RegisteredBgWorker Struct Reference

#include <bgworker_internals.h>

Data Fields

BackgroundWorker rw_worker
 
pid_t rw_pid
 
TimestampTz rw_crashed_at
 
int rw_shmem_slot
 
bool rw_terminate
 
dlist_node rw_lnode
 

Detailed Description

Definition at line 32 of file bgworker_internals.h.

Field Documentation

◆ rw_crashed_at

◆ rw_lnode

dlist_node RegisteredBgWorker::rw_lnode

◆ rw_pid

◆ rw_shmem_slot

◆ rw_terminate

◆ rw_worker


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