PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
ParamListInfo boundParams | pg_node_attr (read_write_ignore) |
List *subroots | pg_node_attr (read_write_ignore) |
PartitionDirectory partition_directory | pg_node_attr (read_write_ignore) |
Definition at line 95 of file pathnodes.h.
PlannerGlobal::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
ParamListInfo boundParams PlannerGlobal::pg_node_attr | ( | read_write_ignore | ) |
List* subroots PlannerGlobal::pg_node_attr | ( | read_write_ignore | ) |
PartitionDirectory partition_directory PlannerGlobal::pg_node_attr | ( | read_write_ignore | ) |
List* PlannerGlobal::appendRelations |
Definition at line 126 of file pathnodes.h.
Referenced by set_plan_references(), and standard_planner().
bool PlannerGlobal::dependsOnRole |
Definition at line 150 of file pathnodes.h.
Referenced by create_foreignscan_plan(), extract_query_dependencies(), extract_query_dependencies_walker(), inline_set_returning_function(), and standard_planner().
List* PlannerGlobal::finalrowmarks |
Definition at line 120 of file pathnodes.h.
Referenced by set_plan_references(), and standard_planner().
List* PlannerGlobal::finalrtable |
Definition at line 114 of file pathnodes.h.
Referenced by add_rte_to_flat_rtable(), set_plan_references(), and standard_planner().
List* PlannerGlobal::finalrteperminfos |
Definition at line 117 of file pathnodes.h.
Referenced by add_rte_to_flat_rtable(), and standard_planner().
List* PlannerGlobal::invalItems |
Definition at line 132 of file pathnodes.h.
Referenced by expression_planner_with_deps(), extract_query_dependencies(), record_plan_function_dependency(), record_plan_type_dependency(), and standard_planner().
Index PlannerGlobal::lastPHId |
Definition at line 138 of file pathnodes.h.
Referenced by contain_placeholder_references_to(), find_dependent_phvs(), find_dependent_phvs_in_jointree(), find_placeholders_in_jointree(), fix_append_rel_relids(), fix_scan_expr(), make_placeholder_expr(), pull_up_simple_subquery(), remove_result_refs(), and standard_planner().
int PlannerGlobal::lastPlanNodeId |
Definition at line 144 of file pathnodes.h.
Referenced by set_plan_refs(), and standard_planner().
Index PlannerGlobal::lastRowMarkId |
Definition at line 141 of file pathnodes.h.
Referenced by preprocess_rowmarks(), and standard_planner().
char PlannerGlobal::maxParallelHazard |
Definition at line 159 of file pathnodes.h.
Referenced by is_parallel_safe(), and standard_planner().
bool PlannerGlobal::parallelModeNeeded |
Definition at line 156 of file pathnodes.h.
Referenced by create_gather_merge_plan(), create_gather_plan(), and standard_planner().
bool PlannerGlobal::parallelModeOK |
Definition at line 153 of file pathnodes.h.
Referenced by query_planner(), set_append_rel_size(), set_base_rel_sizes(), set_rel_consider_parallel(), and standard_planner().
List* PlannerGlobal::paramExecTypes |
Definition at line 135 of file pathnodes.h.
Referenced by assign_param_for_placeholdervar(), assign_param_for_var(), assign_special_exec_param(), generate_new_exec_param(), is_parallel_safe(), replace_outer_agg(), replace_outer_grouping(), SS_identify_outer_params(), and standard_planner().
List* PlannerGlobal::relationOids |
Definition at line 129 of file pathnodes.h.
Referenced by add_rte_to_flat_rtable(), expression_planner_with_deps(), extract_query_dependencies(), extract_query_dependencies_walker(), fix_expr_common(), and standard_planner().
List* PlannerGlobal::resultRelations |
Definition at line 123 of file pathnodes.h.
Referenced by set_plan_refs(), and standard_planner().
Bitmapset* PlannerGlobal::rewindPlanIDs |
Definition at line 111 of file pathnodes.h.
Referenced by build_subplan(), and standard_planner().
List* PlannerGlobal::subplans |
Definition at line 105 of file pathnodes.h.
Referenced by build_subplan(), finalize_plan(), set_cte_pathlist(), set_plan_references(), SS_make_initplan_from_plan(), SS_process_ctes(), and standard_planner().
bool PlannerGlobal::transientPlan |
Definition at line 147 of file pathnodes.h.
Referenced by get_relation_info(), and standard_planner().