PostgreSQL Source Code
git master
|
Data Fields | |
ParallelContext * | pcxt |
int | nnodes |
Definition at line 109 of file execParallel.c.
int ExecParallelEstimateContext::nnodes |
Definition at line 112 of file execParallel.c.
Referenced by ExecInitParallelPlan(), and ExecParallelEstimate().
ParallelContext* ExecParallelEstimateContext::pcxt |
Definition at line 111 of file execParallel.c.
Referenced by ExecInitParallelPlan(), and ExecParallelEstimate().