PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | fdw_outerpath |
List * | fdw_restrictinfo |
List * | fdw_private |
Definition at line 1835 of file pathnodes.h.
Path* ForeignPath::fdw_outerpath |
Definition at line 1838 of file pathnodes.h.
Referenced by create_foreign_join_path(), create_foreign_upper_path(), create_foreignscan_path(), create_foreignscan_plan(), GetExistingLocalJoinPath(), and reparameterize_path_by_child().
List* ForeignPath::fdw_private |
Definition at line 1840 of file pathnodes.h.
Referenced by create_foreign_join_path(), create_foreign_upper_path(), create_foreignscan_path(), fileGetForeignPlan(), postgresGetForeignPlan(), and reparameterize_path_by_child().
List* ForeignPath::fdw_restrictinfo |
Definition at line 1839 of file pathnodes.h.
Referenced by create_foreign_join_path(), create_foreign_upper_path(), create_foreignscan_path(), and reparameterize_path_by_child().
Path ForeignPath::path |
Definition at line 1837 of file pathnodes.h.
Referenced by create_foreign_join_path(), create_foreign_upper_path(), create_foreignscan_path(), create_foreignscan_plan(), GetExistingLocalJoinPath(), and postgresGetForeignPlan().