PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
bool | single_copy |
int | num_workers |
Definition at line 2049 of file pathnodes.h.
int GatherPath::num_workers |
Definition at line 2054 of file pathnodes.h.
Referenced by create_gather_path(), and create_gather_plan().
Path GatherPath::path |
Definition at line 2051 of file pathnodes.h.
Referenced by cost_gather(), create_gather_path(), and create_gather_plan().
bool GatherPath::single_copy |
Definition at line 2053 of file pathnodes.h.
Referenced by create_gather_path(), and create_gather_plan().
Path* GatherPath::subpath |
Definition at line 2052 of file pathnodes.h.
Referenced by apply_projection_to_path(), cost_gather(), create_gather_path(), create_gather_plan(), path_is_reparameterizable_by_child(), and reparameterize_path_by_child().