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