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