|
PostgreSQL Source Code git master
|
Data Fields | |
| ArchiveHandle * | myAH |
| ParallelState * | pstate |
| bool | handler_set |
| bool | am_worker |
Definition at line 165 of file parallel.c.
| bool DumpSignalInformation::am_worker |
Definition at line 171 of file parallel.c.
Referenced by ParallelBackupStart(), and sigTermHandler().
| bool DumpSignalInformation::handler_set |
Definition at line 169 of file parallel.c.
Referenced by set_cancel_handler().
| ArchiveHandle* DumpSignalInformation::myAH |
Definition at line 167 of file parallel.c.
Referenced by set_archive_cancel_info(), and sigTermHandler().
| ParallelState* DumpSignalInformation::pstate |
Definition at line 168 of file parallel.c.
Referenced by set_cancel_pstate(), and sigTermHandler().