|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| bool | single_copy |
| int | num_workers |
Definition at line 2339 of file pathnodes.h.
| int GatherPath::num_workers |
Definition at line 2344 of file pathnodes.h.
| Path GatherPath::path |
Definition at line 2341 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and cost_gather().
| bool GatherPath::single_copy |
Definition at line 2343 of file pathnodes.h.
| Path* GatherPath::subpath |
Definition at line 2342 of file pathnodes.h.
Referenced by cost_gather().