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 3046 of file pathnodes.h.
RowIdentityVarInfo::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
char* RowIdentityVarInfo::rowidname |
Definition at line 3054 of file pathnodes.h.
Referenced by add_row_identity_var().
Relids RowIdentityVarInfo::rowidrels |
Definition at line 3055 of file pathnodes.h.
Referenced by add_row_identity_var(), and adjust_appendrel_attrs_mutator().
Var* RowIdentityVarInfo::rowidvar |
Definition at line 3052 of file pathnodes.h.
Referenced by add_row_identity_var(), and adjust_appendrel_attrs_mutator().
int32 RowIdentityVarInfo::rowidwidth |
Definition at line 3053 of file pathnodes.h.
Referenced by add_row_identity_var(), and build_joinrel_tlist().