PostgreSQL Source Code git master
|
Data Fields | |
PLAssignStmt * | stmt |
Node * | target |
List * | indirection |
List* SelectStmtPassthrough::indirection |
Definition at line 63 of file analyze.c.
Referenced by transformPLAssignStmt(), and transformPLAssignStmtTarget().
PLAssignStmt* SelectStmtPassthrough::stmt |
Definition at line 61 of file analyze.c.
Referenced by transformPLAssignStmt(), and transformPLAssignStmtTarget().
Node* SelectStmtPassthrough::target |
Definition at line 62 of file analyze.c.
Referenced by transformPLAssignStmt(), and transformPLAssignStmtTarget().