|
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 3335 of file pathnodes.h.
| RowIdentityVarInfo::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| char* RowIdentityVarInfo::rowidname |
Definition at line 3343 of file pathnodes.h.
| Relids RowIdentityVarInfo::rowidrels |
Definition at line 3344 of file pathnodes.h.
| Var* RowIdentityVarInfo::rowidvar |
Definition at line 3341 of file pathnodes.h.
| int32 RowIdentityVarInfo::rowidwidth |
Definition at line 3342 of file pathnodes.h.
Referenced by build_joinrel_tlist().