|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| bool | dummypp |
Definition at line 2401 of file pathnodes.h.
| bool ProjectionPath::dummypp |
Definition at line 2405 of file pathnodes.h.
Referenced by create_projection_path().
| Path ProjectionPath::path |
Definition at line 2403 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_projection_path(), and create_projection_plan().
| Path* ProjectionPath::subpath |
Definition at line 2404 of file pathnodes.h.
Referenced by create_projection_path(), and create_projection_plan().