PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
int | num_workers |
Definition at line 2006 of file pathnodes.h.
int GatherMergePath::num_workers |
Definition at line 2010 of file pathnodes.h.
Referenced by cost_gather_merge(), create_gather_merge_path(), and create_gather_merge_plan().
Path GatherMergePath::path |
Definition at line 2008 of file pathnodes.h.
Referenced by cost_gather_merge(), create_gather_merge_path(), create_gather_merge_plan(), generate_gather_paths(), and generate_useful_gather_paths().
Path* GatherMergePath::subpath |
Definition at line 2009 of file pathnodes.h.
Referenced by apply_projection_to_path(), create_gather_merge_path(), and create_gather_merge_plan().