PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
uint32 | flags |
List * | custom_plans |
List * | custom_exprs |
List * | custom_private |
List * | custom_scan_tlist |
Bitmapset * | custom_relids |
const struct CustomScanMethods * | methods |
Definition at line 864 of file plannodes.h.
List* CustomScan::custom_exprs |
Definition at line 872 of file plannodes.h.
Referenced by create_customscan_plan(), and finalize_plan().
List* CustomScan::custom_plans |
Definition at line 870 of file plannodes.h.
Referenced by finalize_plan(), plan_is_disabled(), and set_customscan_references().
List* CustomScan::custom_private |
Definition at line 874 of file plannodes.h.
Bitmapset* CustomScan::custom_relids |
Definition at line 878 of file plannodes.h.
Referenced by create_customscan_plan(), and set_customscan_references().
List* CustomScan::custom_scan_tlist |
Definition at line 876 of file plannodes.h.
Referenced by ExecInitCustomScan(), and set_customscan_references().
uint32 CustomScan::flags |
Definition at line 868 of file plannodes.h.
Referenced by ExecInitCustomScan().
const struct CustomScanMethods* CustomScan::methods |
Definition at line 885 of file plannodes.h.
Referenced by ExecInitCustomScan().
Scan CustomScan::scan |
Definition at line 866 of file plannodes.h.
Referenced by create_customscan_plan(), ExecInitCustomScan(), and set_customscan_references().