|
PostgreSQL Source Code git master
|
Data Fields | |
| PlannerInfo * | root |
| indexed_tlist * | subplan_itlist |
| int | newvarno |
| int | rtoffset |
| NullingRelsMatch | nrm_match |
| double | num_exec |
| int fix_upper_expr_context::newvarno |
Definition at line 80 of file setrefs.c.
Referenced by fix_upper_expr(), and fix_upper_expr_mutator().
| NullingRelsMatch fix_upper_expr_context::nrm_match |
Definition at line 82 of file setrefs.c.
Referenced by fix_upper_expr(), and fix_upper_expr_mutator().
| double fix_upper_expr_context::num_exec |
Definition at line 83 of file setrefs.c.
Referenced by fix_upper_expr(), and fix_upper_expr_mutator().
| PlannerInfo* fix_upper_expr_context::root |
Definition at line 78 of file setrefs.c.
Referenced by fix_upper_expr(), and fix_upper_expr_mutator().
| int fix_upper_expr_context::rtoffset |
Definition at line 81 of file setrefs.c.
Referenced by fix_upper_expr(), and fix_upper_expr_mutator().
| indexed_tlist* fix_upper_expr_context::subplan_itlist |
Definition at line 79 of file setrefs.c.
Referenced by fix_upper_expr(), and fix_upper_expr_mutator().