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

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
bool single_copy
 
int num_workers
 

Detailed Description

Definition at line 2339 of file pathnodes.h.

Field Documentation

◆ num_workers

int GatherPath::num_workers

Definition at line 2344 of file pathnodes.h.

◆ path

Path GatherPath::path

Definition at line 2341 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify(), and cost_gather().

◆ single_copy

bool GatherPath::single_copy

Definition at line 2343 of file pathnodes.h.

◆ subpath

Path* GatherPath::subpath

Definition at line 2342 of file pathnodes.h.

Referenced by cost_gather().


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