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 753 of file plannodes.h.
List* CustomScan::custom_exprs |
Definition at line 759 of file plannodes.h.
Referenced by create_customscan_plan(), and finalize_plan().
List* CustomScan::custom_plans |
Definition at line 758 of file plannodes.h.
Referenced by finalize_plan(), plan_is_disabled(), and set_customscan_references().
List* CustomScan::custom_private |
Definition at line 760 of file plannodes.h.
Bitmapset* CustomScan::custom_relids |
Definition at line 762 of file plannodes.h.
Referenced by create_customscan_plan(), and set_customscan_references().
List* CustomScan::custom_scan_tlist |
Definition at line 761 of file plannodes.h.
Referenced by ExecInitCustomScan(), and set_customscan_references().
uint32 CustomScan::flags |
Definition at line 756 of file plannodes.h.
Referenced by ExecInitCustomScan().
const struct CustomScanMethods* CustomScan::methods |
Definition at line 769 of file plannodes.h.
Referenced by ExecInitCustomScan().
Scan CustomScan::scan |
Definition at line 755 of file plannodes.h.
Referenced by create_customscan_plan(), ExecInitCustomScan(), and set_customscan_references().