PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FixedParallelExecutorState Struct Reference

Data Fields

int64 tuples_needed
 
dsa_pointer param_exec
 
int eflags
 
int jit_flags
 

Detailed Description

Definition at line 74 of file execParallel.c.

Field Documentation

◆ eflags

int FixedParallelExecutorState::eflags

Definition at line 78 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ParallelQueryMain().

◆ jit_flags

int FixedParallelExecutorState::jit_flags

Definition at line 79 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 76 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ParallelQueryMain().


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