PostgreSQL Source Code  git master
GatherPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
bool single_copy
 
int num_workers
 

Detailed Description

Definition at line 2028 of file pathnodes.h.

Field Documentation

◆ num_workers

int GatherPath::num_workers

Definition at line 2033 of file pathnodes.h.

Referenced by create_gather_path(), and create_gather_plan().

◆ path

Path GatherPath::path

Definition at line 2030 of file pathnodes.h.

Referenced by cost_gather(), create_gather_path(), and create_gather_plan().

◆ single_copy

bool GatherPath::single_copy

Definition at line 2032 of file pathnodes.h.

Referenced by create_gather_path(), and create_gather_plan().

◆ subpath


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