PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
UniquePathMethod | umethod |
List * | in_operators |
List * | uniq_exprs |
Definition at line 2061 of file pathnodes.h.
List* UniquePath::in_operators |
Definition at line 2066 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path UniquePath::path |
Definition at line 2063 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_unique_path(), and create_unique_plan().
Path* UniquePath::subpath |
Definition at line 2064 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
UniquePathMethod UniquePath::umethod |
Definition at line 2065 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
List* UniquePath::uniq_exprs |
Definition at line 2067 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().