PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
int | num_workers |
Definition at line 2061 of file pathnodes.h.
int GatherMergePath::num_workers |
Definition at line 2065 of file pathnodes.h.
Referenced by cost_gather_merge(), create_gather_merge_path(), and create_gather_merge_plan().
Path GatherMergePath::path |
Definition at line 2063 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 2064 of file pathnodes.h.
Referenced by apply_projection_to_path(), create_gather_merge_path(), and create_gather_merge_plan().