PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
Definition at line 2207 of file pathnodes.h.
Path SortPath::path |
Definition at line 2209 of file pathnodes.h.
Referenced by create_incremental_sort_path(), create_incrementalsort_plan(), create_sort_path(), and create_sort_plan().
Path* SortPath::subpath |
Definition at line 2210 of file pathnodes.h.
Referenced by create_incremental_sort_path(), create_incrementalsort_plan(), create_sort_path(), and create_sort_plan().