|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Plan | plan |
| ResultType | result_type |
| Node * | resconstantqual |
| Bitmapset * | relids |
Definition at line 301 of file plannodes.h.
| Plan Result::plan |
Definition at line 303 of file plannodes.h.
Referenced by create_gating_plan(), ExecInitResult(), make_gating_result(), make_one_row_result(), set_plan_refs(), and show_result_replacement_info().
| Bitmapset* Result::relids |
Definition at line 306 of file plannodes.h.
Referenced by create_gating_plan(), make_gating_result(), make_one_row_result(), set_plan_refs(), and show_result_replacement_info().
| Node* Result::resconstantqual |
Definition at line 305 of file plannodes.h.
Referenced by ExecInitResult(), make_gating_result(), make_one_row_result(), and set_plan_refs().
| ResultType Result::result_type |
Definition at line 304 of file plannodes.h.
Referenced by create_gating_plan(), make_gating_result(), make_one_row_result(), and show_result_replacement_info().