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 740 of file plannodes.h.
List* CustomScan::custom_exprs |
Definition at line 746 of file plannodes.h.
Referenced by create_customscan_plan(), and finalize_plan().
List* CustomScan::custom_plans |
Definition at line 745 of file plannodes.h.
Referenced by finalize_plan(), plan_is_disabled(), and set_customscan_references().
List* CustomScan::custom_private |
Definition at line 747 of file plannodes.h.
Bitmapset* CustomScan::custom_relids |
Definition at line 749 of file plannodes.h.
Referenced by create_customscan_plan(), and set_customscan_references().
List* CustomScan::custom_scan_tlist |
Definition at line 748 of file plannodes.h.
Referenced by ExecInitCustomScan(), and set_customscan_references().
uint32 CustomScan::flags |
Definition at line 743 of file plannodes.h.
Referenced by ExecInitCustomScan().
const struct CustomScanMethods* CustomScan::methods |
Definition at line 756 of file plannodes.h.
Referenced by ExecInitCustomScan().
Scan CustomScan::scan |
Definition at line 742 of file plannodes.h.
Referenced by create_customscan_plan(), ExecInitCustomScan(), and set_customscan_references().