PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | fdw_outerpath |
List * | fdw_private |
Definition at line 1841 of file pathnodes.h.
Path* ForeignPath::fdw_outerpath |
Definition at line 1844 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 1845 of file pathnodes.h.
Referenced by create_foreign_join_path(), create_foreign_upper_path(), create_foreignscan_path(), fileGetForeignPlan(), postgresGetForeignPlan(), and reparameterize_path_by_child().
Path ForeignPath::path |
Definition at line 1843 of file pathnodes.h.
Referenced by create_foreign_join_path(), create_foreign_upper_path(), create_foreignscan_path(), create_foreignscan_plan(), GetExistingLocalJoinPath(), and postgresGetForeignPlan().