PostgreSQL Source Code  git master
FixedParallelExecutorState Struct Reference

Data Fields

int64 tuples_needed
 
dsa_pointer param_exec
 
int eflags
 
int jit_flags
 

Detailed Description

Definition at line 73 of file execParallel.c.

Field Documentation

◆ eflags

int FixedParallelExecutorState::eflags

Definition at line 77 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ParallelQueryMain().

◆ jit_flags

int FixedParallelExecutorState::jit_flags

Definition at line 78 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ParallelQueryMain().

◆ param_exec

dsa_pointer FixedParallelExecutorState::param_exec

◆ tuples_needed

int64 FixedParallelExecutorState::tuples_needed

Definition at line 75 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ParallelQueryMain().


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