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