Home
last modified time | relevance | path

Searched refs:cterecursive (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
405 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
500 cte->cterecursive = true; in makeDependencyGraphWalker()
644 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
405 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
500 cte->cterecursive = true; in makeDependencyGraphWalker()
644 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
405 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
500 cte->cterecursive = true; in makeDependencyGraphWalker()
644 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false;
274 if (!cte->cterecursive)
404 if (cte->cterecursive && coltype == UNKNOWNOID)
499 cte->cterecursive = true;
643 if (!cte->cterecursive)
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false;
274 if (!cte->cterecursive)
404 if (cte->cterecursive && coltype == UNKNOWNOID)
499 cte->cterecursive = true;
643 if (!cte->cterecursive)
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
405 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
500 cte->cterecursive = true; in makeDependencyGraphWalker()
644 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
405 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
500 cte->cterecursive = true; in makeDependencyGraphWalker()
644 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
405 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
500 cte->cterecursive = true; in makeDependencyGraphWalker()
644 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/parser/
H A Dparse_cte.c137 cte->cterecursive = false; in transformWithClause()
274 if (!cte->cterecursive) in analyzeCTE()
404 if (cte->cterecursive && coltype == UNKNOWNOID) in analyzeCTETargetList()
499 cte->cterecursive = true; in makeDependencyGraphWalker()
643 if (!cte->cterecursive) in checkWellFormedRecursion()

12345678910>>...17