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