PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
bool | single_copy |
int | num_workers |
Definition at line 2176 of file pathnodes.h.
int GatherPath::num_workers |
Definition at line 2181 of file pathnodes.h.
Referenced by create_gather_path(), and create_gather_plan().
Path GatherPath::path |
Definition at line 2178 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), cost_gather(), create_gather_path(), and create_gather_plan().
bool GatherPath::single_copy |
Definition at line 2180 of file pathnodes.h.
Referenced by create_gather_path(), and create_gather_plan().
Path* GatherPath::subpath |
Definition at line 2179 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().