PostgreSQL Source Code: ParallelApplyWorkerInfo Struct Reference (original) (raw)
#include <[worker_internal.h](worker%5F%5Finternal%5F8h%5Fsource.html)>
Data Fields | |
---|---|
shm_mq_handle * | mq_handle |
shm_mq_handle * | error_mq_handle |
dsm_segment * | dsm_seg |
bool | serialize_changes |
bool | in_use |
ParallelApplyWorkerShared * | shared |
Definition at line 188 of file worker_internal.h.
◆ dsm_seg
◆ error_mq_handle
◆ in_use
bool ParallelApplyWorkerInfo::in_use
◆ mq_handle
◆ serialize_changes
bool ParallelApplyWorkerInfo::serialize_changes
◆ shared
Definition at line 217 of file worker_internal.h.
Referenced by apply_handle_stream_abort(), apply_handle_stream_commit(), apply_handle_stream_prepare(), apply_handle_stream_start(), apply_handle_stream_stop(), logicalrep_pa_worker_stop(), pa_allocate_worker(), pa_free_worker(), pa_free_worker_info(), pa_setup_dsm(), pa_switch_to_partial_serialize(), pa_wait_for_xact_finish(), pa_wait_for_xact_state(), and pa_xact_finish().
The documentation for this struct was generated from the following file:
- src/include/replication/worker_internal.h