PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
int | num_workers |
Definition at line 2188 of file pathnodes.h.
int GatherMergePath::num_workers |
Definition at line 2192 of file pathnodes.h.
Referenced by cost_gather_merge(), create_gather_merge_path(), and create_gather_merge_plan().
Path GatherMergePath::path |
Definition at line 2190 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), 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 2191 of file pathnodes.h.
Referenced by apply_projection_to_path(), create_gather_merge_path(), and create_gather_merge_plan().