PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
int | numkeys |
Definition at line 1691 of file pathnodes.h.
int UpperUniquePath::numkeys |
Definition at line 1695 of file pathnodes.h.
Referenced by create_upper_unique_path(), and create_upper_unique_plan().
Path UpperUniquePath::path |
Definition at line 1693 of file pathnodes.h.
Referenced by create_upper_unique_path(), and create_upper_unique_plan().
Path* UpperUniquePath::subpath |
Definition at line 1694 of file pathnodes.h.
Referenced by create_upper_unique_path(), and create_upper_unique_plan().