|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| Var * | rowidvar |
| int32 | rowidwidth |
| char * | rowidname |
| Relids | rowidrels |
Definition at line 3257 of file pathnodes.h.
| RowIdentityVarInfo::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| char* RowIdentityVarInfo::rowidname |
Definition at line 3265 of file pathnodes.h.
Referenced by add_row_identity_var().
| Relids RowIdentityVarInfo::rowidrels |
Definition at line 3266 of file pathnodes.h.
Referenced by add_row_identity_var(), and adjust_appendrel_attrs_mutator().
| Var* RowIdentityVarInfo::rowidvar |
Definition at line 3263 of file pathnodes.h.
Referenced by add_row_identity_var(), and adjust_appendrel_attrs_mutator().
| int32 RowIdentityVarInfo::rowidwidth |
Definition at line 3264 of file pathnodes.h.
Referenced by add_row_identity_var(), and build_joinrel_tlist().