PostgreSQL Source Code  git master
BackgroundWorker Struct Reference

#include <bgworker.h>

Data Fields

char bgw_name [BGW_MAXLEN]
 
char bgw_type [BGW_MAXLEN]
 
int bgw_flags
 
BgWorkerStartTime bgw_start_time
 
int bgw_restart_time
 
char bgw_library_name [MAXPGPATH]
 
char bgw_function_name [BGW_MAXLEN]
 
Datum bgw_main_arg
 
char bgw_extra [BGW_EXTRALEN]
 
pid_t bgw_notify_pid
 

Detailed Description

Definition at line 89 of file bgworker.h.

Field Documentation

◆ bgw_extra

◆ bgw_flags

◆ bgw_function_name

◆ bgw_library_name

◆ bgw_main_arg

◆ bgw_name

◆ bgw_notify_pid

◆ bgw_restart_time

◆ bgw_start_time

◆ bgw_type


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