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

Data Fields

ParallelContextpcxt
 
SharedExecutorInstrumentationinstrumentation
 
int nnodes
 

Detailed Description

Definition at line 119 of file execParallel.c.

Field Documentation

◆ instrumentation

SharedExecutorInstrumentation* ExecParallelInitializeDSMContext::instrumentation

Definition at line 122 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ExecParallelInitializeDSM().

◆ nnodes

int ExecParallelInitializeDSMContext::nnodes

Definition at line 123 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ExecParallelInitializeDSM().

◆ pcxt

ParallelContext* ExecParallelInitializeDSMContext::pcxt

Definition at line 121 of file execParallel.c.

Referenced by ExecInitParallelPlan(), and ExecParallelInitializeDSM().


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