PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
CmdType | operation |
Index | resultRelation |
Oid | checkAsUser |
Oid | fs_server |
List * | fdw_exprs |
List * | fdw_private |
List * | fdw_scan_tlist |
List * | fdw_recheck_quals |
Bitmapset * | fs_relids |
Bitmapset * | fs_base_relids |
bool | fsSystemCol |
Definition at line 862 of file plannodes.h.
Oid ForeignScan::checkAsUser |
Definition at line 870 of file plannodes.h.
Referenced by create_foreignscan_plan(), make_foreignscan(), postgresBeginDirectModify(), and postgresBeginForeignScan().
List* ForeignScan::fdw_exprs |
Definition at line 874 of file plannodes.h.
Referenced by create_foreignscan_plan(), finalize_plan(), make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), and postgresPlanDirectModify().
List* ForeignScan::fdw_private |
Definition at line 876 of file plannodes.h.
Referenced by make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), and postgresPlanDirectModify().
List* ForeignScan::fdw_recheck_quals |
Definition at line 880 of file plannodes.h.
Referenced by create_foreignscan_plan(), ExecInitForeignScan(), finalize_plan(), and make_foreignscan().
List* ForeignScan::fdw_scan_tlist |
Definition at line 878 of file plannodes.h.
Referenced by conversion_error_callback(), ExecInitForeignScan(), get_tupdesc_for_join_scan_tuples(), make_foreignscan(), postgresBeginDirectModify(), rebuild_fdw_scan_tlist(), and set_foreignscan_references().
Bitmapset* ForeignScan::fs_base_relids |
Definition at line 884 of file plannodes.h.
Referenced by create_foreignscan_plan(), find_modifytable_subplan(), make_foreignscan(), postgresBeginForeignScan(), and set_foreignscan_references().
Bitmapset* ForeignScan::fs_relids |
Definition at line 882 of file plannodes.h.
Referenced by create_foreignscan_plan(), make_foreignscan(), postgresPlanDirectModify(), and set_foreignscan_references().
Oid ForeignScan::fs_server |
Definition at line 872 of file plannodes.h.
Referenced by create_foreignscan_plan(), ExecInitForeignScan(), and make_foreignscan().
bool ForeignScan::fsSystemCol |
Definition at line 886 of file plannodes.h.
Referenced by create_foreignscan_plan(), and make_foreignscan().
CmdType ForeignScan::operation |
Definition at line 866 of file plannodes.h.
Referenced by ExecInitForeignScan(), make_foreignscan(), and postgresPlanDirectModify().
Index ForeignScan::resultRelation |
Definition at line 868 of file plannodes.h.
Referenced by ExecInitForeignScan(), make_foreignscan(), postgresPlanDirectModify(), and set_foreignscan_references().
Scan ForeignScan::scan |
Definition at line 864 of file plannodes.h.
Referenced by conversion_error_callback(), create_foreignscan_plan(), ExecInitForeignScan(), make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), postgresPlanDirectModify(), and set_foreignscan_references().