PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
int | numkeys |
Definition at line 2374 of file pathnodes.h.
int UpperUniquePath::numkeys |
Definition at line 2378 of file pathnodes.h.
Referenced by create_upper_unique_path(), and create_upper_unique_plan().
Path UpperUniquePath::path |
Definition at line 2376 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_upper_unique_path(), and create_upper_unique_plan().
Path* UpperUniquePath::subpath |
Definition at line 2377 of file pathnodes.h.
Referenced by create_upper_unique_path(), and create_upper_unique_plan().