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