PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PMChild Struct Reference

#include <postmaster.h>

Data Fields

pid_t pid
 
int child_slot
 
BackendType bkend_type
 
struct RegisteredBgWorkerrw
 
bool bgworker_notify
 
dlist_node elem
 

Detailed Description

Definition at line 40 of file postmaster.h.

Field Documentation

◆ bgworker_notify

bool PMChild::bgworker_notify

Definition at line 46 of file postmaster.h.

Referenced by InitPostmasterChildSlots().

◆ bkend_type

BackendType PMChild::bkend_type

Definition at line 44 of file postmaster.h.

Referenced by InitPostmasterChildSlots().

◆ child_slot

int PMChild::child_slot

Definition at line 43 of file postmaster.h.

Referenced by InitPostmasterChildSlots(), and StartSysLogger().

◆ elem

dlist_node PMChild::elem

Definition at line 47 of file postmaster.h.

◆ pid

pid_t PMChild::pid

Definition at line 42 of file postmaster.h.

Referenced by InitPostmasterChildSlots(), process_pm_child_exit(), and StartSysLogger().

◆ rw

struct RegisteredBgWorker* PMChild::rw

Definition at line 45 of file postmaster.h.

Referenced by InitPostmasterChildSlots().


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