PostgreSQL Source Code  git master
child_process_kind Struct Reference

Data Fields

const char * name
 
void(* main_fn )(char *startup_data, size_t startup_data_len) pg_attribute_noreturn()
 
bool shmem_attach
 

Detailed Description

Definition at line 176 of file launch_backend.c.

Field Documentation

◆ main_fn

void(* child_process_kind::main_fn) (char *startup_data, size_t startup_data_len) pg_attribute_noreturn()

Definition at line 179 of file launch_backend.c.

Referenced by postmaster_child_launch().

◆ name

const char* child_process_kind::name

Definition at line 178 of file launch_backend.c.

Referenced by PostmasterChildName().

◆ shmem_attach

bool child_process_kind::shmem_attach

Definition at line 180 of file launch_backend.c.


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