PostgreSQL Source Code  git master
DumpSignalInformation Struct Reference

Data Fields

ArchiveHandlemyAH
 
ParallelStatepstate
 
bool handler_set
 
bool am_worker
 

Detailed Description

Definition at line 163 of file parallel.c.

Field Documentation

◆ am_worker

bool DumpSignalInformation::am_worker

Definition at line 169 of file parallel.c.

Referenced by ParallelBackupStart(), and sigTermHandler().

◆ handler_set

bool DumpSignalInformation::handler_set

Definition at line 167 of file parallel.c.

Referenced by set_cancel_handler().

◆ myAH

ArchiveHandle* DumpSignalInformation::myAH

Definition at line 165 of file parallel.c.

Referenced by set_archive_cancel_info(), and sigTermHandler().

◆ pstate

ParallelState* DumpSignalInformation::pstate

Definition at line 166 of file parallel.c.

Referenced by set_cancel_pstate(), and sigTermHandler().


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