|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_query_jumble) NodeTag type | |
| AttrNumber *parent_colnos | pg_node_attr (array_size(num_child_cols)) |
Data Fields | |
| Index | parent_relid |
| Index | child_relid |
| Oid | parent_reltype |
| Oid | child_reltype |
| List * | translated_vars |
| int | num_child_cols |
| Oid | parent_reloid |
Definition at line 3258 of file pathnodes.h.
| AttrNumber *parent_colnos AppendRelInfo::pg_node_attr | ( | array_size(num_child_cols) | ) |
| AppendRelInfo::pg_node_attr | ( | no_query_jumble | ) |
| Index AppendRelInfo::child_relid |
Definition at line 3271 of file pathnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), and expand_appendrel_subquery().
| Oid AppendRelInfo::child_reltype |
Definition at line 3280 of file pathnodes.h.
| int AppendRelInfo::num_child_cols |
Definition at line 3306 of file pathnodes.h.
| Index AppendRelInfo::parent_relid |
Definition at line 3270 of file pathnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), find_childrel_parents(), and get_variable().
| Oid AppendRelInfo::parent_reloid |
Definition at line 3314 of file pathnodes.h.
Referenced by adjust_inherited_attnums().
| Oid AppendRelInfo::parent_reltype |
Definition at line 3279 of file pathnodes.h.
| List* AppendRelInfo::translated_vars |
Definition at line 3298 of file pathnodes.h.
Referenced by adjust_inherited_attnums(), and perform_pullup_replace_vars().