PostgreSQL Source Code
git master
|
Data Fields | |
ParseState * | pstate |
CteItem * | items |
int | numitems |
int | curitem |
List * | innerwiths |
int | selfrefcount |
RecursionContext | context |
Definition at line 71 of file parse_cte.c.
RecursionContext CteState::context |
Definition at line 82 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), checkWellFormedRecursionWalker(), and checkWellFormedSelectStmt().
int CteState::curitem |
Definition at line 78 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), checkWellFormedRecursionWalker(), makeDependencyGraph(), and makeDependencyGraphWalker().
List* CteState::innerwiths |
Definition at line 79 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), checkWellFormedRecursionWalker(), makeDependencyGraph(), and makeDependencyGraphWalker().
CteItem* CteState::items |
Definition at line 75 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), checkWellFormedRecursionWalker(), makeDependencyGraph(), makeDependencyGraphWalker(), and transformWithClause().
int CteState::numitems |
Definition at line 76 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), makeDependencyGraph(), makeDependencyGraphWalker(), and transformWithClause().
ParseState* CteState::pstate |
Definition at line 74 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), checkWellFormedRecursionWalker(), makeDependencyGraph(), and transformWithClause().
int CteState::selfrefcount |
Definition at line 81 of file parse_cte.c.
Referenced by checkWellFormedRecursion(), and checkWellFormedRecursionWalker().