|
PostgreSQL Source Code git master
|
Data Fields | |
| PlannerInfo * | root |
| int | nappinfos |
| AppendRelInfo ** | appinfos |
Definition at line 31 of file appendinfo.c.
| AppendRelInfo** adjust_appendrel_attrs_context::appinfos |
Definition at line 35 of file appendinfo.c.
Referenced by adjust_appendrel_attrs(), and adjust_appendrel_attrs_mutator().
| int adjust_appendrel_attrs_context::nappinfos |
Definition at line 34 of file appendinfo.c.
Referenced by adjust_appendrel_attrs(), and adjust_appendrel_attrs_mutator().
| PlannerInfo* adjust_appendrel_attrs_context::root |
Definition at line 33 of file appendinfo.c.
Referenced by adjust_appendrel_attrs(), and adjust_appendrel_attrs_mutator().