PostgreSQL Source Code  git master
ParallelAppendState Struct Reference

Data Fields

LWLock pa_lock
 
int pa_next_plan
 
bool pa_finished [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 69 of file nodeAppend.c.

Field Documentation

◆ pa_finished

◆ pa_lock

LWLock ParallelAppendState::pa_lock

◆ pa_next_plan

int ParallelAppendState::pa_next_plan

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