projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc42ad
)
Allow RECURSIVE queries on function scans
XL_10_R1
author
Pavan Deolasee
<
[email protected]
>
Thu, 25 Oct 2018 09:05:27 +0000
(14:35 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Thu, 25 Oct 2018 09:05:27 +0000
(14:35 +0530)
src/backend/optimizer/plan/planner.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/plan/planner.c
b/src/backend/optimizer/plan/planner.c
index 93b275bd79ab9118a0c092a56e13f0e1ace11076..8b42ff84d346fef17f7c5a27828b1eb4aa8d4b9b 100644
(file)
--- a/
src/backend/optimizer/plan/planner.c
+++ b/
src/backend/optimizer/plan/planner.c
@@
-968,6
+968,7
@@
subquery_planner(PlannerGlobal *glob, Query *parse,
case RTE_JOIN:
case RTE_VALUES:
case RTE_CTE:
+ case RTE_FUNCTION:
continue;
case RTE_RELATION:
{