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