PostgreSQL Source Code git master
Loading...
Searching...
No Matches
FixedParallelExecutorState Struct Reference

Data Fields

int64 tuples_needed
 
dsa_pointer param_exec
 
int eflags
 
int jit_flags
 

Detailed Description

Definition at line 75 of file execParallel.c.

Field Documentation

◆ eflags

int FixedParallelExecutorState::eflags

Definition at line 79 of file execParallel.c.

◆ jit_flags

int FixedParallelExecutorState::jit_flags

Definition at line 80 of file execParallel.c.

◆ param_exec

dsa_pointer FixedParallelExecutorState::param_exec

Definition at line 78 of file execParallel.c.

◆ tuples_needed

int64 FixedParallelExecutorState::tuples_needed

Definition at line 77 of file execParallel.c.


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