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