PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
NodeTag | type |
Var * | rowidvar |
int32 | rowidwidth |
char * | rowidname |
Relids | rowidrels |
Definition at line 2603 of file pathnodes.h.
char* RowIdentityVarInfo::rowidname |
Definition at line 2609 of file pathnodes.h.
Referenced by add_row_identity_var().
Relids RowIdentityVarInfo::rowidrels |
Definition at line 2610 of file pathnodes.h.
Referenced by add_row_identity_var(), and adjust_appendrel_attrs_mutator().
Var* RowIdentityVarInfo::rowidvar |
Definition at line 2607 of file pathnodes.h.
Referenced by add_row_identity_var(), and adjust_appendrel_attrs_mutator().
int32 RowIdentityVarInfo::rowidwidth |
Definition at line 2608 of file pathnodes.h.
Referenced by add_row_identity_var(), and build_joinrel_tlist().
NodeTag RowIdentityVarInfo::type |
Definition at line 2605 of file pathnodes.h.