|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| bool | single_copy |
| int | num_workers |
Definition at line 2261 of file pathnodes.h.
| int GatherPath::num_workers |
Definition at line 2266 of file pathnodes.h.
Referenced by create_gather_path(), and create_gather_plan().
| Path GatherPath::path |
Definition at line 2263 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 2265 of file pathnodes.h.
Referenced by create_gather_path(), and create_gather_plan().
| Path* GatherPath::subpath |
Definition at line 2264 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().