|
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 869 of file plannodes.h.
| Oid ForeignScan::checkAsUser |
Definition at line 877 of file plannodes.h.
Referenced by create_foreignscan_plan(), make_foreignscan(), postgresBeginDirectModify(), and postgresBeginForeignScan().
| List* ForeignScan::fdw_exprs |
Definition at line 881 of file plannodes.h.
Referenced by create_foreignscan_plan(), finalize_plan(), make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), and postgresPlanDirectModify().
| List* ForeignScan::fdw_private |
Definition at line 883 of file plannodes.h.
Referenced by make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), and postgresPlanDirectModify().
| List* ForeignScan::fdw_recheck_quals |
Definition at line 887 of file plannodes.h.
Referenced by create_foreignscan_plan(), ExecInitForeignScan(), finalize_plan(), and make_foreignscan().
| List* ForeignScan::fdw_scan_tlist |
Definition at line 885 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 891 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 889 of file plannodes.h.
Referenced by create_foreignscan_plan(), make_foreignscan(), postgresPlanDirectModify(), and set_foreignscan_references().
| Oid ForeignScan::fs_server |
Definition at line 879 of file plannodes.h.
Referenced by create_foreignscan_plan(), ExecInitForeignScan(), and make_foreignscan().
| bool ForeignScan::fsSystemCol |
Definition at line 893 of file plannodes.h.
Referenced by create_foreignscan_plan(), and make_foreignscan().
| CmdType ForeignScan::operation |
Definition at line 873 of file plannodes.h.
Referenced by ExecInitForeignScan(), make_foreignscan(), and postgresPlanDirectModify().
| Index ForeignScan::resultRelation |
Definition at line 875 of file plannodes.h.
Referenced by ExecInitForeignScan(), make_foreignscan(), postgresPlanDirectModify(), and set_foreignscan_references().
| Scan ForeignScan::scan |
Definition at line 871 of file plannodes.h.
Referenced by conversion_error_callback(), create_foreignscan_plan(), ExecInitForeignScan(), make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), postgresPlanDirectModify(), and set_foreignscan_references().